#216524

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

Shades of San Felix #216524

Tints of San Felix #216524

Color information

#216524 (or 0x216524) is unknown color: approx San Felix. HEX triplet: 21, 65 and 24. RGB value is (33,101,36). Sum of RGB (Red+Green+Blue) = 33+101+36=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 101 (39.84% from 255 or 59.41% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 101 - color contains mainly: green. Hex color #216524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216524 is #DE9ADB. Grayscale: #494949. Windows color (decimal): -14588636 or 2385185. OLE color: 2385185.

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

Color convert

RGB3310136-
CMYK0.6700.640.60
HSL122.65º50.75%26.27%-
HSV(B)122.65º67.33%39.61%-
XYZ5.69.763.26-
YUV73.26106.9799.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.41%
GREEN value IS 101 (39.84% from 255) = 59.41%
BLUE value IS 36 (14.45% from 255) = 21.18%
R=19.41%
G=59.41%
B=21.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33101360.6700.640.60122.6550.7526.27
Hex216524430403C7b331a
Octal41145441030100741736332
Binary1000011100101100100100001101000000111100111101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216524; }

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

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

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

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

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

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

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

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