#216528

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

Shades of San Felix #216528

Tints of San Felix #216528

Color information

#216528 (or 0x216528) is unknown color: approx San Felix. HEX triplet: 21, 65 and 28. RGB value is (33,101,40). Sum of RGB (Red+Green+Blue) = 33+101+40=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #216528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216528 is #DE9AD7. Grayscale: #494949. Windows color (decimal): -14588632 or 2647329. OLE color: 2647329.

HSL color Cylindrical-coordinate representation of color #216528: hue angle of 126.18º 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 #216528 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.

Color convert

RGB3310140-
CMYK0.6700.600.60
HSL126.18º50.75%26.27%-
HSV(B)126.18º67.33%39.61%-
XYZ5.669.783.6-
YUV73.71108.9798.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 101 (39.84% from 255) = 58.05%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=18.97%
G=58.05%
B=22.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33101400.6700.600.60126.1850.7526.27
Hex2165284303C3C7e331a
Octal4114550103074741766332
Binary100001110010110100010000110111100111100111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216528; }

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

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

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

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

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

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

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

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