#216328

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

Shades of San Felix #216328

Tints of San Felix #216328

Color information

#216328 (or 0x216328) is unknown color: approx San Felix. HEX triplet: 21, 63 and 28. RGB value is (33,99,40). Sum of RGB (Red+Green+Blue) = 33+99+40=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #216328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216328 is #DE9CD7. Grayscale: #484848. Windows color (decimal): -14589144 or 2646817. OLE color: 2646817.

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

Color convert

RGB339940-
CMYK0.6700.600.61
HSL126.36º50%25.88%-
HSV(B)126.36º66.67%38.82%-
XYZ5.479.43.53-
YUV72.54109.6399.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 99 (39.06% from 255) = 57.56%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=19.19%
G=57.56%
B=23.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3399400.6700.600.61126.365025.88
Hex2163284303C3D7e321a
Octal4114350103074751766232
Binary100001110001110100010000110111100111101111111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216328; }

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

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

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

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

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

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

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

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