#405A1C

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

Shades of Clover #405A1C

Tints of Clover #405A1C

Color information

#405A1C (or 0x405A1C) is unknown color: approx Clover. HEX triplet: 40, 5A and 1C. RGB value is (64,90,28). Sum of RGB (Red+Green+Blue) = 64+90+28=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #405A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A1C is #BFA5E3. Grayscale: #4B4B4B. Windows color (decimal): -12559844 or 1858112. OLE color: 1858112.

HSL color Cylindrical-coordinate representation of color #405A1C: hue angle of 85.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405A1C is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB649028-
CMYK0.2900.690.65
HSL85.16º52.54%23.14%-
HSV(B)85.16º68.89%35.29%-
XYZ5.988.492.42-
YUV75.16101.39120.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 90 (35.55% from 255) = 49.45%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=35.16%
G=49.45%
B=15.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490280.2900.690.6585.1652.5423.14
Hex405A1C1D04541553517
Octal100132343501051011256527
Binary100000010110101110011101010001011000001101010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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