#216127

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

Shades of San Felix #216127

Tints of San Felix #216127

Color information

#216127 (or 0x216127) is unknown color: approx San Felix. HEX triplet: 21, 61 and 27. RGB value is (33,97,39). Sum of RGB (Red+Green+Blue) = 33+97+39=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #216127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216127 is #DE9ED8. Grayscale: #474747. Windows color (decimal): -14589657 or 2580769. OLE color: 2580769.

HSL color Cylindrical-coordinate representation of color #216127: hue angle of 125.62º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #216127 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB339739-
CMYK0.6600.600.62
HSL125.62º49.23%25.49%-
HSV(B)125.62º65.98%38.04%-
XYZ5.279.023.38-
YUV71.25109.8100.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 39 (15.62% from 255) = 23.08%
R=19.53%
G=57.40%
B=23.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3397390.6600.600.62125.6249.2325.49
Hex2161274203C3E7e3119
Octal4114147102074761766131
Binary100001110000110011110000100111100111110111111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216127; }

 p { color: rgb(33,97,39); }

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

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

 a { background-color: rgb(33,97,39); }

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

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

 span { border-color: rgb(33,97,39); }

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