#445920

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

Shades of Clover #445920

Tints of Clover #445920

Color information

#445920 (or 0x445920) is unknown color: approx Clover. HEX triplet: 44, 59 and 20. RGB value is (68,89,32). Sum of RGB (Red+Green+Blue) = 68+89+32=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #445920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445920 is #BBA6DF. Grayscale: #4C4C4C. Windows color (decimal): -12297952 or 2120004. OLE color: 2120004.

HSL color Cylindrical-coordinate representation of color #445920: hue angle of 82.11º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445920 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB688932-
CMYK0.2400.640.65
HSL82.11º47.11%23.73%-
HSV(B)82.11º64.04%34.9%-
XYZ6.228.482.68-
YUV76.22103.04122.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 89 (35.16% from 255) = 47.09%
BLUE value IS 32 (12.89% from 255) = 16.93%
R=35.98%
G=47.09%
B=16.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889320.2400.640.6582.1147.1123.73
Hex4459201804041522f18
Octal104131403001001011225730
Binary1000100101100110000011000010000001000001101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445920; }

 p { color: rgb(68,89,32); }

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

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

 a { background-color: rgb(68,89,32); }

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

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

 span { border-color: rgb(68,89,32); }

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