#445A2F

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

Shades of Clover #445A2F

Tints of Clover #445A2F

Color information

#445A2F (or 0x445A2F) is unknown color: approx Clover. HEX triplet: 44, 5A and 2F. RGB value is (68,90,47). Sum of RGB (Red+Green+Blue) = 68+90+47=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #445A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A2F is #BBA5D0. Grayscale: #4E4E4E. Windows color (decimal): -12297681 or 3103300. OLE color: 3103300.

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

Color convert

RGB689047-
CMYK0.2400.480.65
HSL90.7º31.39%26.86%-
HSV(B)90.7º47.78%35.29%-
XYZ6.558.754.03-
YUV78.52110.21120.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 47 (18.75% from 255) = 22.93%
R=33.17%
G=43.90%
B=22.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890470.2400.480.6590.731.3926.86
Hex445A2F18030415b1f1b
Octal10413257300601011333733
Binary10001001011010101111110000110000100000110110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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