#425522

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

Shades of Clover #425522

Tints of Clover #425522

Color information

#425522 (or 0x425522) is unknown color: approx Clover. HEX triplet: 42, 55 and 22. RGB value is (66,85,34). Sum of RGB (Red+Green+Blue) = 66+85+34=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #425522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425522 is #BDAADD. Grayscale: #494949. Windows color (decimal): -12430046 or 2250050. OLE color: 2250050.

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

Color convert

RGB668534-
CMYK0.2200.600.67
HSL82.35º42.86%23.33%-
HSV(B)82.35º60%33.33%-
XYZ5.787.772.71-
YUV73.5105.71122.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=35.68%
G=45.95%
B=18.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685340.2200.600.6782.3542.8623.33
Hex4255221603C43522b17
Octal10212542260741031225327
Binary100001010101011000101011001111001000011101001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425522; }

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

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

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

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

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

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

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

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