#445628

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

Shades of Clover #445628

Tints of Clover #445628

Color information

#445628 (or 0x445628) is unknown color: approx Clover. HEX triplet: 44, 56 and 28. RGB value is (68,86,40). Sum of RGB (Red+Green+Blue) = 68+86+40=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #445628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445628 is #BBA9D7. Grayscale: #4B4B4B. Windows color (decimal): -12298712 or 2643524. OLE color: 2643524.

HSL color Cylindrical-coordinate representation of color #445628: hue angle of 83.48º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445628 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB688640-
CMYK0.2100.530.66
HSL83.48º36.51%24.71%-
HSV(B)83.48º53.49%33.73%-
XYZ6.098.043.24-
YUV75.37108.04122.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=35.05%
G=44.33%
B=20.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886400.2100.530.6683.4836.5124.71
Hex4456281503542532519
Octal10412650250651021234531
Binary100010010101101010001010101101011000010101001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445628; }

 p { color: rgb(68,86,40); }

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

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

 a { background-color: rgb(68,86,40); }

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

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

 span { border-color: rgb(68,86,40); }

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