#217531

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

Shades of San Felix #217531

Tints of San Felix #217531

Color information

#217531 (or 0x217531) is unknown color: approx San Felix. HEX triplet: 21, 75 and 31. RGB value is (33,117,49). Sum of RGB (Red+Green+Blue) = 33+117+49=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 117 (46.09% from 255 or 58.79% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 117 - color contains mainly: green. Hex color #217531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217531 is #DE8ACE. Grayscale: #545454. Windows color (decimal): -14584527 or 3241249. OLE color: 3241249.

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

Color convert

RGB3311749-
CMYK0.7200.580.54
HSL131.43º56%29.41%-
HSV(B)131.43º71.79%45.88%-
XYZ7.5413.275.07-
YUV84.13108.1791.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 117 (46.09% from 255) = 58.79%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=16.58%
G=58.79%
B=24.62%

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
Decimal33117490.7200.580.54131.435629.41
Hex2175314803A3683381d
Octal4116561110072662037035
Binary1000011110101110001100100001110101101101000001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217531; }

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

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

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

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

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

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

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

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