#425524

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

Shades of Clover #425524

Tints of Clover #425524

Color information

#425524 (or 0x425524) is unknown color: approx Clover. HEX triplet: 42, 55 and 24. RGB value is (66,85,36). Sum of RGB (Red+Green+Blue) = 66+85+36=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #425524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425524 is #BDAADB. Grayscale: #494949. Windows color (decimal): -12430044 or 2381122. OLE color: 2381122.

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

Color convert

RGB668536-
CMYK0.2200.580.67
HSL83.27º40.5%23.73%-
HSV(B)83.27º57.65%33.33%-
XYZ5.817.782.86-
YUV73.73106.71122.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=35.29%
G=45.45%
B=19.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685360.2200.580.6783.2740.523.73
Hex4255241603A43532818
Octal10212544260721031235030
Binary100001010101011001001011001110101000011101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425524; }

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

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

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

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

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

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

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

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