Html Css Color HEX #42504D Corduroy

📋 copy color: '#42504D'

red 66 ◦ green 80 ◦ blue 77

#42504D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #42504D

Tints of Corduroy #42504D

RGB

 RED value IS 66 (26.17% from 255) = 29.6%

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 29.6%
G = 35.87%
B = 34.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42504D (or 0x42504D) is known color: Corduroy. HEX triplet: 42, 50 and 4D. RGB value is (66,80,77). Sum of RGB (Red+Green+Blue) = 66+80+77=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #42504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42504D is #BDAFB2. Grayscale: #4B4B4B. Windows color (decimal): -12431283 or 5066818. OLE color: 5066818.

HSL color Cylindrical-coordinate representation of color #42504D: hue angle of 167.14º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42504D is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 77 -
CMYK 0.17 0 0.04 0.69
HSL 167.14º 0.1% 0.29% -
HSV(B) 167.14º 0.18% 0.31% -
XYZ 6.45 7.43 8.12 -
YUV 75.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 66 80 77 0.17 0 0.04 0.69 167.14 0.1 0.29
Hex 42 50 4D 11 0 4 45 A7 A 1D
Octal 102 120 115 21 0 4 105 247 12 35
Binary 1000010 1010000 1001101 10001 0 100 1000101 10100111 1010 11101

Color Harmonies of #42504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42504D

Black with #42504D

Text Example


Text Example

White with #42504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42504D; }

 p { color: rgb(66,80,77); }

 H1.HeaderClassName
 {
   color: #42504D;
 }
 .AnyTagClassName
 {
   color: #42504D;
 }
</style>

background-color css

<style>
 a { background-color: #42504D; }

 a { background-color: rgb(66,80,77); }

 div.DivClassName
 {
   background-color: #42504D;
 }
 .BgClassName
 {
   background-color: #42504D;
 }
</style>

border-color css

<style>
 span { border-color: #42504D; }

 span { border-color: rgb(66,80,77); }

 td.TdClassName
 {
   border-color: #42504D;
 }
 .TagClassName
 {
   border-color: #42504D;
 }
</style>