#216527

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

Shades of San Felix #216527

Tints of San Felix #216527

Color information

#216527 (or 0x216527) is unknown color: approx San Felix. HEX triplet: 21, 65 and 27. RGB value is (33,101,39). Sum of RGB (Red+Green+Blue) = 33+101+39=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #216527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216527 is #DE9AD8. Grayscale: #494949. Windows color (decimal): -14588633 or 2581793. OLE color: 2581793.

HSL color Cylindrical-coordinate representation of color #216527: hue angle of 125.29º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216527 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB3310139-
CMYK0.6700.610.60
HSL125.29º50.75%26.27%-
HSV(B)125.29º67.33%39.61%-
XYZ5.659.783.51-
YUV73.6108.4799.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 101 (39.84% from 255) = 58.38%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=19.08%
G=58.38%
B=22.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33101390.6700.610.60125.2950.7526.27
Hex2165274303D3C7d331a
Octal4114547103075741756332
Binary100001110010110011110000110111101111100111110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216527; }

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

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

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

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

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

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

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

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