#256816

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

Shades of San Felix #256816

Tints of San Felix #256816

Color information

#256816 (or 0x256816) is unknown color: approx San Felix. HEX triplet: 25, 68 and 16. RGB value is (37,104,22). Sum of RGB (Red+Green+Blue) = 37+104+22=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 104 (41.02% from 255 or 63.80% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 104 - color contains mainly: green. Hex color #256816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256816 is #DA97E9. Grayscale: #4A4A4A. Windows color (decimal): -14325738 or 1468453. OLE color: 1468453.

HSL color Cylindrical-coordinate representation of color #256816: hue angle of 109.02º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256816 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB3710422-
CMYK0.6400.790.59
HSL109.02º65.08%24.71%-
HSV(B)109.02º78.85%40.78%-
XYZ5.8610.352.45-
YUV74.6298.3101.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 104 (41.02% from 255) = 63.80%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=22.70%
G=63.80%
B=13.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104220.6400.790.59109.0265.0824.71
Hex2568164004F3B6d4119
Octal451502610001177315510131
Binary1001011101000101101000000010011111110111101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256816; }

 p { color: rgb(37,104,22); }

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

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

 a { background-color: rgb(37,104,22); }

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

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

 span { border-color: rgb(37,104,22); }

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