#3F5A20

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

Shades of Clover #3F5A20

Tints of Clover #3F5A20

Color information

#3F5A20 (or 0x3F5A20) is unknown color: approx Clover. HEX triplet: 3F, 5A and 20. RGB value is (63,90,32). Sum of RGB (Red+Green+Blue) = 63+90+32=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A20 is #C0A5DF. Grayscale: #4B4B4B. Windows color (decimal): -12625376 or 2120255. OLE color: 2120255.

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

Color convert

RGB639032-
CMYK0.3000.640.65
HSL87.93º47.54%23.92%-
HSV(B)87.93º64.44%35.29%-
XYZ5.978.472.69-
YUV75.32103.55119.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 90 (35.55% from 255) = 48.65%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=34.05%
G=48.65%
B=17.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6390320.3000.640.6587.9347.5423.92
Hex3F5A201E04041583018
Octal77132403601001011306030
Binary111111101101010000011110010000001000001101100011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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