#405527

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

Shades of Clover #405527

Tints of Clover #405527

Color information

#405527 (or 0x405527) is unknown color: approx Clover. HEX triplet: 40, 55 and 27. RGB value is (64,85,39). Sum of RGB (Red+Green+Blue) = 64+85+39=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #405527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405527 is #BFAAD8. Grayscale: #494949. Windows color (decimal): -12561113 or 2577728. OLE color: 2577728.

HSL color Cylindrical-coordinate representation of color #405527: hue angle of 87.39º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #405527 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB648539-
CMYK0.2500.540.67
HSL87.39º37.1%24.31%-
HSV(B)87.39º54.12%33.33%-
XYZ5.737.733.11-
YUV73.48108.54121.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.04%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=34.04%
G=45.21%
B=20.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485390.2500.540.6787.3937.124.31
Hex4055271903643572518
Octal10012547310661031274530
Binary100000010101011001111100101101101000011101011110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405527; }

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

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

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

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

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

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

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

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