#3B5A20

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

Shades of Clover #3B5A20

Tints of Clover #3B5A20

Color information

#3B5A20 (or 0x3B5A20) is unknown color: approx Clover. HEX triplet: 3B, 5A and 20. RGB value is (59,90,32). Sum of RGB (Red+Green+Blue) = 59+90+32=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A20 is #C4A5DF. Grayscale: #4A4A4A. Windows color (decimal): -12887520 or 2120251. OLE color: 2120251.

HSL color Cylindrical-coordinate representation of color #3B5A20: hue angle of 92.07º 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 #3B5A20 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB599032-
CMYK0.3400.640.65
HSL92.07º47.54%23.92%-
HSV(B)92.07º64.44%35.29%-
XYZ5.728.352.68-
YUV74.12104.23117.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.60%
GREEN value IS 90 (35.55% from 255) = 49.72%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=32.60%
G=49.72%
B=17.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5990320.3400.640.6592.0747.5423.92
Hex3B5A2022040415c3018
Octal73132404201001011346030
Binary1110111011010100000100010010000001000001101110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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