#445232

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

Shades of Clover #445232

Tints of Clover #445232

Color information

#445232 (or 0x445232) is unknown color: approx Clover. HEX triplet: 44, 52 and 32. RGB value is (68,82,50). Sum of RGB (Red+Green+Blue) = 68+82+50=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #445232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445232 is #BBADCD. Grayscale: #4A4A4A. Windows color (decimal): -12299726 or 3297860. OLE color: 3297860.

HSL color Cylindrical-coordinate representation of color #445232: hue angle of 86.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445232 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB688250-
CMYK0.1700.390.68
HSL86.25º24.24%25.88%-
HSV(B)86.25º39.02%32.16%-
XYZ5.987.494.15-
YUV74.17114.36123.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 82 (32.42% from 255) = 41%
BLUE value IS 50 (19.92% from 255) = 25%
R=34%
G=41%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882500.1700.390.6886.2524.2425.88
Hex445232110274456181a
Octal10412262210471041263032
Binary10001001010010110010100010100111100010010101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445232; }

 p { color: rgb(68,82,50); }

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

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

 a { background-color: rgb(68,82,50); }

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

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

 span { border-color: rgb(68,82,50); }

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