#3F522D

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

Shades of Clover #3F522D

Tints of Clover #3F522D

Color information

#3F522D (or 0x3F522D) is unknown color: approx Clover. HEX triplet: 3F, 52 and 2D. RGB value is (63,82,45). Sum of RGB (Red+Green+Blue) = 63+82+45=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #3F522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F522D is #C0ADD2. Grayscale: #484848. Windows color (decimal): -12627411 or 2970175. OLE color: 2970175.

HSL color Cylindrical-coordinate representation of color #3F522D: hue angle of 90.81º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F522D is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB638245-
CMYK0.2300.450.68
HSL90.81º29.13%24.9%-
HSV(B)90.81º45.12%32.16%-
XYZ5.547.283.6-
YUV72.1112.71121.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=33.16%
G=43.16%
B=23.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6382450.2300.450.6890.8129.1324.9
Hex3F522D1702D445b1d19
Octal7712255270551041333531
Binary1111111010010101101101110101101100010010110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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