#3F532C

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

Shades of Clover #3F532C

Tints of Clover #3F532C

Color information

#3F532C (or 0x3F532C) is unknown color: approx Clover. HEX triplet: 3F, 53 and 2C. RGB value is (63,83,44). Sum of RGB (Red+Green+Blue) = 63+83+44=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #3F532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F532C is #C0ACD3. Grayscale: #484848. Windows color (decimal): -12627156 or 2904895. OLE color: 2904895.

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

Color convert

RGB638344-
CMYK0.2400.470.67
HSL90.77º30.71%24.9%-
HSV(B)90.77º46.99%32.55%-
XYZ5.67.433.52-
YUV72.57111.87121.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=33.16%
G=43.68%
B=23.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383440.2400.470.6790.7730.7124.9
Hex3F532C1802F435b1f19
Octal7712354300571031333731
Binary1111111010011101100110000101111100001110110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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