#3C6016

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

Shades of Clover #3C6016

Tints of Clover #3C6016

Color information

#3C6016 (or 0x3C6016) is unknown color: approx Clover. HEX triplet: 3C, 60 and 16. RGB value is (60,96,22). Sum of RGB (Red+Green+Blue) = 60+96+22=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6016 is #C39FE9. Grayscale: #4D4D4D. Windows color (decimal): -12820458 or 1466428. OLE color: 1466428.

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

Color convert

RGB609622-
CMYK0.3800.770.62
HSL89.19º62.71%23.14%-
HSV(B)89.19º77.08%37.65%-
XYZ6.199.382.24-
YUV76.897.07116.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 22 (8.98% from 255) = 12.36%
R=33.71%
G=53.93%
B=12.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096220.3800.770.6289.1962.7123.14
Hex3C60162604D3E593f17
Octal7414026460115761317727
Binary11110011000001011010011001001101111110101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,22); }

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

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

 a { background-color: rgb(60,96,22); }

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

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

 span { border-color: rgb(60,96,22); }

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