#425A21

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

Shades of Clover #425A21

Tints of Clover #425A21

Color information

#425A21 (or 0x425A21) is unknown color: approx Clover. HEX triplet: 42, 5A and 21. RGB value is (66,90,33). Sum of RGB (Red+Green+Blue) = 66+90+33=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #425A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A21 is #BDA5DE. Grayscale: #4C4C4C. Windows color (decimal): -12428767 or 2185794. OLE color: 2185794.

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

Color convert

RGB669033-
CMYK0.2700.630.65
HSL85.26º46.34%24.12%-
HSV(B)85.26º63.33%35.29%-
XYZ6.188.582.77-
YUV76.33103.55120.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 90 (35.55% from 255) = 47.62%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=34.92%
G=47.62%
B=17.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690330.2700.630.6585.2646.3424.12
Hex425A211B03F41552e18
Octal10213241330771011255630
Binary100001010110101000011101101111111000001101010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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