#3F532D

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

Shades of Clover #3F532D

Tints of Clover #3F532D

Color information

#3F532D (or 0x3F532D) is unknown color: approx Clover. HEX triplet: 3F, 53 and 2D. RGB value is (63,83,45). Sum of RGB (Red+Green+Blue) = 63+83+45=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #3F532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F532D is #C0ACD2. Grayscale: #484848. Windows color (decimal): -12627155 or 2970431. OLE color: 2970431.

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

Color convert

RGB638345-
CMYK0.2400.460.67
HSL91.58º29.69%25.1%-
HSV(B)91.58º45.78%32.55%-
XYZ5.627.433.62-
YUV72.69112.37121.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=32.98%
G=43.46%
B=23.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383450.2400.460.6791.5829.6925.1
Hex3F532D1802E435c1e19
Octal7712355300561031343631
Binary1111111010011101101110000101110100001110111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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