#405A27

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

Shades of Clover #405A27

Tints of Clover #405A27

Color information

#405A27 (or 0x405A27) is unknown color: approx Clover. HEX triplet: 40, 5A and 27. RGB value is (64,90,39). Sum of RGB (Red+Green+Blue) = 64+90+39=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #405A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A27 is #BFA5D8. Grayscale: #4C4C4C. Windows color (decimal): -12559833 or 2579008. OLE color: 2579008.

HSL color Cylindrical-coordinate representation of color #405A27: hue angle of 90.59º 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 #405A27 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB649039-
CMYK0.2900.570.65
HSL90.59º39.53%25.29%-
HSV(B)90.59º56.67%35.29%-
XYZ6.148.553.25-
YUV76.41106.89119.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=33.16%
G=46.63%
B=20.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490390.2900.570.6590.5939.5325.29
Hex405A271D039415b2819
Octal10013247350711011335031
Binary100000010110101001111110101110011000001101101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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