#216914

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

Shades of San Felix #216914

Tints of San Felix #216914

Color information

#216914 (or 0x216914) is unknown color: approx San Felix. HEX triplet: 21, 69 and 14. RGB value is (33,105,20). Sum of RGB (Red+Green+Blue) = 33+105+20=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #216914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216914 is #DE96EB. Grayscale: #4A4A4A. Windows color (decimal): -14587628 or 1337633. OLE color: 1337633.

HSL color Cylindrical-coordinate representation of color #216914: hue angle of 110.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216914 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB3310520-
CMYK0.6900.810.59
HSL110.82º68%24.51%-
HSV(B)110.82º80.95%41.18%-
XYZ5.8110.482.38-
YUV73.7897.6598.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 105 (41.41% from 255) = 66.46%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=20.89%
G=66.46%
B=12.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105200.6900.810.59110.826824.51
Hex216914450513B6f4419
Octal411512410501217315710431
Binary1000011101001101001000101010100011110111101111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216914; }

 p { color: rgb(33,105,20); }

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

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

 a { background-color: rgb(33,105,20); }

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

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

 span { border-color: rgb(33,105,20); }

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