#405029

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

Shades of Clover #405029

Tints of Clover #405029

Color information

#405029 (or 0x405029) is unknown color: approx Clover. HEX triplet: 40, 50 and 29. RGB value is (64,80,41). Sum of RGB (Red+Green+Blue) = 64+80+41=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #405029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405029 is #BFAFD6. Grayscale: #464646. Windows color (decimal): -12562391 or 2707520. OLE color: 2707520.

HSL color Cylindrical-coordinate representation of color #405029: hue angle of 84.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #405029 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB648041-
CMYK0.2000.490.69
HSL84.62º32.23%23.73%-
HSV(B)84.62º48.75%31.37%-
XYZ5.386.993.16-
YUV70.77111.2123.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=34.59%
G=43.24%
B=22.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480410.2000.490.6984.6232.2323.73
Hex4050291403145552018
Octal10012051240611051254030
Binary100000010100001010011010001100011000101101010110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405029; }

 p { color: rgb(64,80,41); }

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

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

 a { background-color: rgb(64,80,41); }

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

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

 span { border-color: rgb(64,80,41); }

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