#424035

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

Shades of Woodrush #424035

Tints of Woodrush #424035

Color information

#424035 (or 0x424035) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 35. RGB value is (66,64,53). Sum of RGB (Red+Green+Blue) = 66+64+53=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #424035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424035 is #BDBFCA. Grayscale: #3F3F3F. Windows color (decimal): -12435403 or 3489858. OLE color: 3489858.

HSL color Cylindrical-coordinate representation of color #424035: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424035 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB666453-
CMYK00.030.200.74
HSL50.77º10.92%23.33%-
HSV(B)50.77º19.7%25.88%-
XYZ4.725.084.1-
YUV63.34122.16129.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=36.07%
G=34.97%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66645300.030.200.7450.7710.9223.33
Hex42403503144A33b17
Octal102100650324112631327
Binary10000101000000110101011101001001010110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424035; }

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

 H1.HeaderClassName
 {
   color: #424035;
 }
 .AnyTagClassName
 {
   color: #424035;
 }
</style>
background-color css

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

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

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

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

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

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