#217731

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

Shades of San Felix #217731

Tints of San Felix #217731

Color information

#217731 (or 0x217731) is unknown color: approx San Felix. HEX triplet: 21, 77 and 31. RGB value is (33,119,49). Sum of RGB (Red+Green+Blue) = 33+119+49=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #217731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217731 is #DE88CE. Grayscale: #555555. Windows color (decimal): -14584015 or 3241761. OLE color: 3241761.

HSL color Cylindrical-coordinate representation of color #217731: hue angle of 131.16º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217731 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB3311949-
CMYK0.7200.590.53
HSL131.16º56.58%29.8%-
HSV(B)131.16º72.27%46.67%-
XYZ7.7813.745.15-
YUV85.31107.5190.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=16.42%
G=59.20%
B=24.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119490.7200.590.53131.1656.5829.8
Hex2177314803B3583391e
Octal4116761110073652037136
Binary1000011110111110001100100001110111101011000001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217731; }

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

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

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

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

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

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

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

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