#3B6015

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

Shades of Clover #3B6015

Tints of Clover #3B6015

Color information

#3B6015 (or 0x3B6015) is unknown color: approx Clover. HEX triplet: 3B, 60 and 15. RGB value is (59,96,21). Sum of RGB (Red+Green+Blue) = 59+96+21=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6015 is #C49FEA. Grayscale: #4C4C4C. Windows color (decimal): -12885995 or 1400891. OLE color: 1400891.

HSL color Cylindrical-coordinate representation of color #3B6015: hue angle of 89.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B6015 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB599621-
CMYK0.3900.780.62
HSL89.6º64.1%22.94%-
HSV(B)89.6º78.12%37.65%-
XYZ6.129.352.19-
YUV76.3996.74115.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=33.52%
G=54.55%
B=11.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996210.3900.780.6289.664.122.94
Hex3B60152704E3E5a4017
Octal73140254701167613210027
Binary111011110000010101100111010011101111101011010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,21); }

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

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

 a { background-color: rgb(59,96,21); }

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

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

 span { border-color: rgb(59,96,21); }

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