#246C16

Color #246C16 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #246C16

Tints of San Felix #246C16

Color information

#246C16 (or 0x246C16) is unknown color: approx San Felix. HEX triplet: 24, 6C and 16. RGB value is (36,108,22). Sum of RGB (Red+Green+Blue) = 36+108+22=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #246C16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #246C16 is #DB93E9. Grayscale: #4C4C4C. Windows color (decimal): -14390250 or 1469476. OLE color: 1469476.

HSL color Cylindrical-coordinate representation of color #246C16: hue angle of 110.23º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #246C16 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB3610822-
CMYK0.6700.800.58
HSL110.23º66.15%25.49%-
HSV(B)110.23º79.63%42.35%-
XYZ6.2311.162.58-
YUV76.6797.1598.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 108 (42.58% from 255) = 65.06%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=21.69%
G=65.06%
B=13.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal36108220.6700.800.58110.2366.1525.49
Hex246C16430503A6e4219
Octal441542610301207215610231
Binary1001001101100101101000011010100001110101101110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246C16; }

 p { color: rgb(36,108,22); }

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

<style>
 a { background-color: #246C16; }

 a { background-color: rgb(36,108,22); }

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

<style>
 span { border-color: #246C16; }

 span { border-color: rgb(36,108,22); }

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