#256915

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

Shades of San Felix #256915

Tints of San Felix #256915

Color information

#256915 (or 0x256915) is unknown color: approx San Felix. HEX triplet: 25, 69 and 15. RGB value is (37,105,21). Sum of RGB (Red+Green+Blue) = 37+105+21=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #256915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256915 is #DA96EA. Grayscale: #4B4B4B. Windows color (decimal): -14325483 or 1403173. OLE color: 1403173.

HSL color Cylindrical-coordinate representation of color #256915: hue angle of 108.57º degrees, saturation: 0.67, 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 #256915 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB3710521-
CMYK0.6500.800.59
HSL108.57º66.67%24.71%-
HSV(B)108.57º80%41.18%-
XYZ5.9510.552.43-
YUV75.0997.47100.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 105 (41.41% from 255) = 64.42%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=22.70%
G=64.42%
B=12.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105210.6500.800.59108.5766.6724.71
Hex256915410503B6d4319
Octal451512510101207315510331
Binary1001011101001101011000001010100001110111101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256915; }

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

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

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

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

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

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

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

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