#445529

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

Shades of Clover #445529

Tints of Clover #445529

Color information

#445529 (or 0x445529) is unknown color: approx Clover. HEX triplet: 44, 55 and 29. RGB value is (68,85,41). Sum of RGB (Red+Green+Blue) = 68+85+41=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #445529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445529 is #BBAAD6. Grayscale: #4B4B4B. Windows color (decimal): -12298967 or 2708804. OLE color: 2708804.

HSL color Cylindrical-coordinate representation of color #445529: hue angle of 83.18º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445529 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB688541-
CMYK0.2000.520.67
HSL83.18º34.92%24.71%-
HSV(B)83.18º51.76%33.33%-
XYZ6.037.893.3-
YUV74.9108.87123.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=35.05%
G=43.81%
B=21.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885410.2000.520.6783.1834.9224.71
Hex4455291403443532319
Octal10412551240641031234331
Binary100010010101011010011010001101001000011101001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445529; }

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

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

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

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

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

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

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

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