#445A25

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

Shades of Clover #445A25

Tints of Clover #445A25

Color information

#445A25 (or 0x445A25) is unknown color: approx Clover. HEX triplet: 44, 5A and 25. RGB value is (68,90,37). Sum of RGB (Red+Green+Blue) = 68+90+37=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #445A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445A25 is #BBA5DA. Grayscale: #4D4D4D. Windows color (decimal): -12297691 or 2447940. OLE color: 2447940.

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

Color convert

RGB689037-
CMYK0.2400.590.65
HSL84.91º41.73%24.9%-
HSV(B)84.91º58.89%35.29%-
XYZ6.378.673.09-
YUV77.38105.21121.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.87%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=34.87%
G=46.15%
B=18.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6890370.2400.590.6584.9141.7324.9
Hex445A251803B41552a19
Octal10413245300731011255231
Binary100010010110101001011100001110111000001101010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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