#40552E

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

Shades of Clover #40552E

Tints of Clover #40552E

Color information

#40552E (or 0x40552E) is unknown color: approx Clover. HEX triplet: 40, 55 and 2E. RGB value is (64,85,46). Sum of RGB (Red+Green+Blue) = 64+85+46=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #40552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40552E is #BFAAD1. Grayscale: #4A4A4A. Windows color (decimal): -12561106 or 3036480. OLE color: 3036480.

HSL color Cylindrical-coordinate representation of color #40552E: hue angle of 92.31º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40552E is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB648546-
CMYK0.2500.460.67
HSL92.31º29.77%25.69%-
HSV(B)92.31º45.88%33.33%-
XYZ5.867.783.78-
YUV74.27112.04120.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=32.82%
G=43.59%
B=23.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485460.2500.460.6792.3129.7725.69
Hex40552E1902E435c1e1a
Octal10012556310561031343632
Binary10000001010101101110110010101110100001110111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40552E; }

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

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

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

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

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

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

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

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