#40552A

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

Shades of Clover #40552A

Tints of Clover #40552A

Color information

#40552A (or 0x40552A) is unknown color: approx Clover. HEX triplet: 40, 55 and 2A. RGB value is (64,85,42). Sum of RGB (Red+Green+Blue) = 64+85+42=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #40552A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40552A is #BFAAD5. Grayscale: #494949. Windows color (decimal): -12561110 or 2774336. OLE color: 2774336.

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

Color convert

RGB648542-
CMYK0.2500.510.67
HSL89.3º33.86%24.9%-
HSV(B)89.3º50.59%33.33%-
XYZ5.787.753.38-
YUV73.82110.04121-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 42 (16.80% from 255) = 21.99%
R=33.51%
G=44.50%
B=21.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485420.2500.510.6789.333.8624.9
Hex40552A1903343592219
Octal10012552310631031314231
Binary100000010101011010101100101100111000011101100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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