#445524

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

Shades of Clover #445524

Tints of Clover #445524

Color information

#445524 (or 0x445524) is unknown color: approx Clover. HEX triplet: 44, 55 and 24. RGB value is (68,85,36). Sum of RGB (Red+Green+Blue) = 68+85+36=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #445524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445524 is #BBAADB. Grayscale: #4A4A4A. Windows color (decimal): -12298972 or 2381124. OLE color: 2381124.

HSL color Cylindrical-coordinate representation of color #445524: hue angle of 80.82º 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 #445524 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB688536-
CMYK0.2000.580.67
HSL80.82º40.5%23.73%-
HSV(B)80.82º57.65%33.33%-
XYZ5.957.852.87-
YUV74.33106.37123.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 36 (14.45% from 255) = 19.05%
R=35.98%
G=44.97%
B=19.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885360.2000.580.6780.8240.523.73
Hex4455241403A43512818
Octal10412544240721031215030
Binary100010010101011001001010001110101000011101000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445524; }

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

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

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

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

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

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

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

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