#425521

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

Shades of Clover #425521

Tints of Clover #425521

Color information

#425521 (or 0x425521) is unknown color: approx Clover. HEX triplet: 42, 55 and 21. RGB value is (66,85,33). Sum of RGB (Red+Green+Blue) = 66+85+33=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #425521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425521 is #BDAADE. Grayscale: #494949. Windows color (decimal): -12430047 or 2184514. OLE color: 2184514.

HSL color Cylindrical-coordinate representation of color #425521: hue angle of 81.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425521 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB668533-
CMYK0.2200.610.67
HSL81.92º44.07%23.14%-
HSV(B)81.92º61.18%33.33%-
XYZ5.777.772.63-
YUV73.39105.21122.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=35.87%
G=46.20%
B=17.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685330.2200.610.6781.9244.0723.14
Hex4255211603D43522c17
Octal10212541260751031225427
Binary100001010101011000011011001111011000011101001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425521; }

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

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

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

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

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

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

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

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