#424037

Color #424037 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #424037

Tints of Woodrush #424037

Color information

#424037 (or 0x424037) is unknown color: approx 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

RGB666455-
CMYK00.030.170.74
HSL49.09º9.09%23.73%-
HSV(B)49.09º16.67%25.88%-
XYZ4.775.14.35-
YUV63.57123.16129.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66645500.030.170.7449.099.0923.73
Hex42403703114A31918
Octal102100670321112611130
Binary10000101000000110111011100011001010110001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>