#3F5B20

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

Shades of Clover #3F5B20

Tints of Clover #3F5B20

Color information

#3F5B20 (or 0x3F5B20) is unknown color: approx Clover. HEX triplet: 3F, 5B and 20. RGB value is (63,91,32). Sum of RGB (Red+Green+Blue) = 63+91+32=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5B20 is #C0A4DF. Grayscale: #4C4C4C. Windows color (decimal): -12625120 or 2120511. OLE color: 2120511.

HSL color Cylindrical-coordinate representation of color #3F5B20: hue angle of 88.47º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F5B20 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB639132-
CMYK0.3100.650.64
HSL88.47º47.97%24.12%-
HSV(B)88.47º64.84%35.69%-
XYZ6.058.642.72-
YUV75.9103.22118.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.87%
GREEN value IS 91 (35.94% from 255) = 48.92%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=33.87%
G=48.92%
B=17.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6391320.3100.650.6488.4747.9724.12
Hex3F5B201F04140583018
Octal77133403701011001306030
Binary111111101101110000011111010000011000000101100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,32); }

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

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

 a { background-color: rgb(63,91,32); }

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

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

 span { border-color: rgb(63,91,32); }

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