#445A28

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

Shades of Clover #445A28

Tints of Clover #445A28

Color information

#445A28 (or 0x445A28) is unknown color: approx Clover. HEX triplet: 44, 5A and 28. RGB value is (68,90,40). Sum of RGB (Red+Green+Blue) = 68+90+40=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #445A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A28 is #BBA5D7. Grayscale: #4D4D4D. Windows color (decimal): -12297688 or 2644548. OLE color: 2644548.

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

Color convert

RGB689040-
CMYK0.2400.560.65
HSL86.4º38.46%25.49%-
HSV(B)86.4º55.56%35.29%-
XYZ6.428.693.35-
YUV77.72106.71121.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=34.34%
G=45.45%
B=20.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890400.2400.560.6586.438.4625.49
Hex445A281803841562619
Octal10413250300701011264631
Binary100010010110101010001100001110001000001101011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A28; }

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

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

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

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

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

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

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

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