#3F5521

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

Shades of Clover #3F5521

Tints of Clover #3F5521

Color information

#3F5521 (or 0x3F5521) is unknown color: approx Clover. HEX triplet: 3F, 55 and 21. RGB value is (63,85,33). Sum of RGB (Red+Green+Blue) = 63+85+33=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 33 (13.28% from 255 or 18.23% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5521 is #C0AADE. Grayscale: #484848. Windows color (decimal): -12626655 or 2184511. OLE color: 2184511.

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

Color convert

RGB638533-
CMYK0.2600.610.67
HSL85.38º44.07%23.14%-
HSV(B)85.38º61.18%33.33%-
XYZ5.577.662.62-
YUV72.49105.71121.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 33 (13.28% from 255) = 18.23%
R=34.81%
G=46.96%
B=18.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385330.2600.610.6785.3844.0723.14
Hex3F55211A03D43552c17
Octal7712541320751031255427
Binary11111110101011000011101001111011000011101010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,33); }

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

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

 a { background-color: rgb(63,85,33); }

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

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

 span { border-color: rgb(63,85,33); }

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