#40542A

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

Shades of Clover #40542A

Tints of Clover #40542A

Color information

#40542A (or 0x40542A) is unknown color: approx Clover. HEX triplet: 40, 54 and 2A. RGB value is (64,84,42). Sum of RGB (Red+Green+Blue) = 64+84+42=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #40542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40542A is #BFABD5. Grayscale: #494949. Windows color (decimal): -12561366 or 2774080. OLE color: 2774080.

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

Color convert

RGB648442-
CMYK0.2400.50.67
HSL88.57º33.33%24.71%-
HSV(B)88.57º50%32.94%-
XYZ5.77.63.36-
YUV73.23110.37121.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=33.68%
G=44.21%
B=22.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484420.2400.50.6788.5733.3324.71
Hex40542A1803243592119
Octal10012452300621031314131
Binary100000010101001010101100001100101000011101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40542A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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