#40552C

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

Shades of Clover #40552C

Tints of Clover #40552C

Color information

#40552C (or 0x40552C) is unknown color: approx Clover. HEX triplet: 40, 55 and 2C. RGB value is (64,85,44). Sum of RGB (Red+Green+Blue) = 64+85+44=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #40552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40552C is #BFAAD3. Grayscale: #4A4A4A. Windows color (decimal): -12561108 or 2905408. OLE color: 2905408.

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

Color convert

RGB648544-
CMYK0.2500.480.67
HSL90.73º31.78%25.29%-
HSV(B)90.73º48.24%33.33%-
XYZ5.827.773.58-
YUV74.05111.04120.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 44 (17.58% from 255) = 22.80%
R=33.16%
G=44.04%
B=22.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485440.2500.480.6790.7331.7825.29
Hex40552C19030435b2019
Octal10012554310601031334031
Binary100000010101011011001100101100001000011101101110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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