#425F20

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

Shades of Clover #425F20

Tints of Clover #425F20

Color information

#425F20 (or 0x425F20) is unknown color: approx Clover. HEX triplet: 42, 5F and 20. RGB value is (66,95,32). Sum of RGB (Red+Green+Blue) = 66+95+32=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 95 - color contains mainly: green. Hex color #425F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F20 is #BDA0DF. Grayscale: #4F4F4F. Windows color (decimal): -12427488 or 2121538. OLE color: 2121538.

HSL color Cylindrical-coordinate representation of color #425F20: hue angle of 87.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #425F20 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB669532-
CMYK0.3100.660.63
HSL87.62º49.61%24.9%-
HSV(B)87.62º66.32%37.25%-
XYZ6.69.452.84-
YUV79.15101.39118.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 95 (37.5% from 255) = 49.22%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=34.20%
G=49.22%
B=16.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6695320.3100.660.6387.6249.6124.9
Hex425F201F0423F583219
Octal10213740370102771306231
Binary100001010111111000001111101000010111111101100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425F20; }

 p { color: rgb(66,95,32); }

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

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

 a { background-color: rgb(66,95,32); }

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

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

 span { border-color: rgb(66,95,32); }

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