#445526

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

Shades of Clover #445526

Tints of Clover #445526

Color information

#445526 (or 0x445526) is unknown color: approx Clover. HEX triplet: 44, 55 and 26. RGB value is (68,85,38). Sum of RGB (Red+Green+Blue) = 68+85+38=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #445526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445526 is #BBAAD9. Grayscale: #4A4A4A. Windows color (decimal): -12298970 or 2512196. OLE color: 2512196.

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

Color convert

RGB688538-
CMYK0.2000.550.67
HSL81.7º38.21%24.12%-
HSV(B)81.7º55.29%33.33%-
XYZ5.987.873.04-
YUV74.56107.37123.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.60%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=35.60%
G=44.50%
B=19.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885380.2000.550.6781.738.2124.12
Hex4455261403743522618
Octal10412546240671031224630
Binary100010010101011001101010001101111000011101001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445526; }

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

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

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

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

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

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

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

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