#3F542C

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

Shades of Clover #3F542C

Tints of Clover #3F542C

Color information

#3F542C (or 0x3F542C) is unknown color: approx Clover. HEX triplet: 3F, 54 and 2C. RGB value is (63,84,44). Sum of RGB (Red+Green+Blue) = 63+84+44=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #3F542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F542C is #C0ABD3. Grayscale: #494949. Windows color (decimal): -12626900 or 2905151. OLE color: 2905151.

HSL color Cylindrical-coordinate representation of color #3F542C: hue angle of 91.5º degrees, saturation: 0.31, 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 #3F542C is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB638444-
CMYK0.2500.480.67
HSL91.5º31.25%25.1%-
HSV(B)91.5º47.62%32.94%-
XYZ5.677.583.55-
YUV73.16111.54120.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 44 (17.58% from 255) = 23.04%
R=32.98%
G=43.98%
B=23.04%

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
Decimal6384440.2500.480.6791.531.2525.1
Hex3F542C19030435c1f19
Octal7712454310601031343731
Binary1111111010100101100110010110000100001110111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F542C; }

 p { color: rgb(63,84,44); }

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

<style>
 a { background-color: #3F542C; }

 a { background-color: rgb(63,84,44); }

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

<style>
 span { border-color: #3F542C; }

 span { border-color: rgb(63,84,44); }

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