#40542F

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

Shades of Clover #40542F

Tints of Clover #40542F

Color information

#40542F (or 0x40542F) is unknown color: approx Clover. HEX triplet: 40, 54 and 2F. RGB value is (64,84,47). Sum of RGB (Red+Green+Blue) = 64+84+47=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #40542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40542F is #BFABD0. Grayscale: #494949. Windows color (decimal): -12561361 or 3101760. OLE color: 3101760.

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

Color convert

RGB648447-
CMYK0.2400.440.67
HSL92.43º28.24%25.69%-
HSV(B)92.43º44.05%32.94%-
XYZ5.87.643.86-
YUV73.8112.87121.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 84 (33.20% from 255) = 43.08%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=32.82%
G=43.08%
B=24.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484470.2400.440.6792.4328.2425.69
Hex40542F1802C435c1c1a
Octal10012457300541031343432
Binary10000001010100101111110000101100100001110111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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