#425A20

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

Shades of Clover #425A20

Tints of Clover #425A20

Color information

#425A20 (or 0x425A20) is unknown color: approx Clover. HEX triplet: 42, 5A and 20. RGB value is (66,90,32). Sum of RGB (Red+Green+Blue) = 66+90+32=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #425A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A20 is #BDA5DF. Grayscale: #4C4C4C. Windows color (decimal): -12428768 or 2120258. OLE color: 2120258.

HSL color Cylindrical-coordinate representation of color #425A20: hue angle of 84.83º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425A20 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB669032-
CMYK0.2700.640.65
HSL84.83º47.54%23.92%-
HSV(B)84.83º64.44%35.29%-
XYZ6.168.572.7-
YUV76.21103.05120.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 90 (35.55% from 255) = 47.87%
BLUE value IS 32 (12.89% from 255) = 17.02%
R=35.11%
G=47.87%
B=17.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690320.2700.640.6584.8347.5423.92
Hex425A201B04041553018
Octal102132403301001011256030
Binary1000010101101010000011011010000001000001101010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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