#256815

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

Shades of San Felix #256815

Tints of San Felix #256815

Color information

#256815 (or 0x256815) is unknown color: approx San Felix. HEX triplet: 25, 68 and 15. RGB value is (37,104,21). Sum of RGB (Red+Green+Blue) = 37+104+21=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #256815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256815 is #DA97EA. Grayscale: #4A4A4A. Windows color (decimal): -14325739 or 1402917. OLE color: 1402917.

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

Color convert

RGB3710421-
CMYK0.6400.800.59
HSL108.43º66.4%24.51%-
HSV(B)108.43º79.81%40.78%-
XYZ5.8510.352.4-
YUV74.597.8101.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 104 (41.02% from 255) = 64.20%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=22.84%
G=64.20%
B=12.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37104210.6400.800.59108.4366.424.51
Hex256815400503B6c4219
Octal451502510001207315410231
Binary1001011101000101011000000010100001110111101100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256815; }

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

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

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

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

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

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

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

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