#217631

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

Shades of San Felix #217631

Tints of San Felix #217631

Color information

#217631 (or 0x217631) is unknown color: approx San Felix. HEX triplet: 21, 76 and 31. RGB value is (33,118,49). Sum of RGB (Red+Green+Blue) = 33+118+49=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #217631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217631 is #DE89CE. Grayscale: #545454. Windows color (decimal): -14584271 or 3241505. OLE color: 3241505.

HSL color Cylindrical-coordinate representation of color #217631: hue angle of 131.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217631 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB3311849-
CMYK0.7200.580.54
HSL131.29º56.29%29.61%-
HSV(B)131.29º72.03%46.27%-
XYZ7.6613.55.11-
YUV84.72107.8491.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 118 (46.48% from 255) = 59%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=16.5%
G=59%
B=24.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33118490.7200.580.54131.2956.2929.61
Hex2176314803A3683381e
Octal4116661110072662037036
Binary1000011110110110001100100001110101101101000001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217631; }

 p { color: rgb(33,118,49); }

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

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

 a { background-color: rgb(33,118,49); }

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

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

 span { border-color: rgb(33,118,49); }

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