#445A27

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

Shades of Clover #445A27

Tints of Clover #445A27

Color information

#445A27 (or 0x445A27) is unknown color: approx Clover. HEX triplet: 44, 5A and 27. RGB value is (68,90,39). Sum of RGB (Red+Green+Blue) = 68+90+39=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #445A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A27 is #BBA5D8. Grayscale: #4D4D4D. Windows color (decimal): -12297689 or 2579012. OLE color: 2579012.

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

Color convert

RGB689039-
CMYK0.2400.570.65
HSL85.88º39.53%25.29%-
HSV(B)85.88º56.67%35.29%-
XYZ6.418.693.26-
YUV77.61106.21121.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=34.52%
G=45.69%
B=19.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890390.2400.570.6585.8839.5325.29
Hex445A271803941562819
Octal10413247300711011265031
Binary100010010110101001111100001110011000001101011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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