#216B13

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

Shades of San Felix #216B13

Tints of San Felix #216B13

Color information

#216B13 (or 0x216B13) is unknown color: approx San Felix. HEX triplet: 21, 6B and 13. RGB value is (33,107,19). Sum of RGB (Red+Green+Blue) = 33+107+19=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 107 (42.19% from 255 or 67.30% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 107 - color contains mainly: green. Hex color #216B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216B13 is #DE94EC. Grayscale: #4B4B4B. Windows color (decimal): -14587117 or 1272609. OLE color: 1272609.

HSL color Cylindrical-coordinate representation of color #216B13: hue angle of 110.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216B13 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB3310719-
CMYK0.6900.820.58
HSL110.45º69.84%24.71%-
HSV(B)110.45º82.24%41.96%-
XYZ610.892.4-
YUV74.8496.4898.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 107 (42.19% from 255) = 67.30%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=20.75%
G=67.30%
B=11.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107190.6900.820.58110.4569.8424.71
Hex216B13450523A6e4619
Octal411532310501227215610631
Binary1000011101011100111000101010100101110101101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216B13; }

 p { color: rgb(33,107,19); }

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

<style>
 a { background-color: #216B13; }

 a { background-color: rgb(33,107,19); }

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

<style>
 span { border-color: #216B13; }

 span { border-color: rgb(33,107,19); }

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