Html Css Color HEX #424037 Woodrush

📋 copy color: '#424037'

red 66 ◦ green 64 ◦ blue 55

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

Shades of Woodrush #424037

Tints of Woodrush #424037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

 BLUE value IS 55 (21.88% from 255) = 29.73%

R = 35.68%
G = 34.59%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#424037 (or 0x424037) is known color: Woodrush. HEX triplet: 42, 40 and 37. RGB value is (66,64,55). Sum of RGB (Red+Green+Blue) = 66+64+55=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 66 - color contains mainly: red. Hex color #424037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424037 is #BDBFC8. Grayscale: #3F3F3F. Windows color (decimal): -12435401 or 3620930. OLE color: 3620930.

HSL color Cylindrical-coordinate representation of color #424037: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #424037 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 55 -
CMYK 0 0.03 0.17 0.74
HSL 49.09º 0.09% 0.24% -
HSV(B) 49.09º 0.17% 0.26% -
XYZ 4.77 5.1 4.35 -
YUV 63.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 66 64 55 0 0.03 0.17 0.74 49.09 0.09 0.24
Hex 42 40 37 0 3 11 4A 31 9 18
Octal 102 100 67 0 3 21 112 61 11 30
Binary 1000010 1000000 110111 0 11 10001 1001010 110001 1001 11000

Color Harmonies of #424037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424037

Black with #424037

Text Example


Text Example

White with #424037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424037; }

 p { color: rgb(66,64,55); }

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

background-color css

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

 a { background-color: rgb(66,64,55); }

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

border-color css

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

 span { border-color: rgb(66,64,55); }

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