Html Css Color HEX #424137 Woodrush

📋 copy color: '#424137'

red 66 ◦ green 65 ◦ blue 55

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

Shades of Woodrush #424137

Tints of Woodrush #424137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

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

R = 35.48%
G = 34.95%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#424137 (or 0x424137) is known color: Woodrush. HEX triplet: 42, 41 and 37. RGB value is (66,65,55). Sum of RGB (Red+Green+Blue) = 66+65+55=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #424137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424137 is #BDBEC8. Grayscale: #404040. Windows color (decimal): -12435145 or 3621186. OLE color: 3621186.

HSL color Cylindrical-coordinate representation of color #424137: hue angle of 54.55º 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 #424137 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 55 -
CMYK 0 0.02 0.17 0.74
HSL 54.55º 0.09% 0.24% -
HSV(B) 54.55º 0.17% 0.26% -
XYZ 4.83 5.21 4.37 -
YUV 64.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 66 65 55 0 0.02 0.17 0.74 54.55 0.09 0.24
Hex 42 41 37 0 2 11 4A 37 9 18
Octal 102 101 67 0 2 21 112 67 11 30
Binary 1000010 1000001 110111 0 10 10001 1001010 110111 1001 11000

Color Harmonies of #424137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424137

Black with #424137

Text Example


Text Example

White with #424137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424137; }

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

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

background-color css

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

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

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

border-color css

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

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

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