#216226

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

Shades of San Felix #216226

Tints of San Felix #216226

Color information

#216226 (or 0x216226) is unknown color: approx San Felix. HEX triplet: 21, 62 and 26. RGB value is (33,98,38). Sum of RGB (Red+Green+Blue) = 33+98+38=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #216226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216226 is #DE9DD9. Grayscale: #474747. Windows color (decimal): -14589402 or 2515489. OLE color: 2515489.

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

Color convert

RGB339838-
CMYK0.6600.610.62
HSL124.62º49.62%25.69%-
HSV(B)124.62º66.33%38.43%-
XYZ5.349.23.33-
YUV71.72108.97100.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.53%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=19.53%
G=57.99%
B=22.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3398380.6600.610.62124.6249.6225.69
Hex2162264203D3E7d321a
Octal4114246102075761756232
Binary100001110001010011010000100111101111110111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216226; }

 p { color: rgb(33,98,38); }

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

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

 a { background-color: rgb(33,98,38); }

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

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

 span { border-color: rgb(33,98,38); }

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