#256B15

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

Shades of San Felix #256B15

Tints of San Felix #256B15

Color information

#256B15 (or 0x256B15) is unknown color: approx San Felix. HEX triplet: 25, 6B and 15. RGB value is (37,107,21). Sum of RGB (Red+Green+Blue) = 37+107+21=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 107 (42.19% from 255 or 64.85% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 107 - color contains mainly: green. Hex color #256B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B15 is #DA94EA. Grayscale: #4C4C4C. Windows color (decimal): -14324971 or 1403685. OLE color: 1403685.

HSL color Cylindrical-coordinate representation of color #256B15: hue angle of 108.84º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #256B15 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB3710721-
CMYK0.6500.800.58
HSL108.84º67.19%25.1%-
HSV(B)108.84º80.37%41.96%-
XYZ6.1610.962.5-
YUV76.2796.8199.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 107 (42.19% from 255) = 64.85%
BLUE value IS 21 (8.59% from 255) = 12.73%
R=22.42%
G=64.85%
B=12.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107210.6500.800.58108.8467.1925.1
Hex256B15410503A6d4319
Octal451532510101207215510331
Binary1001011101011101011000001010100001110101101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256B15; }

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

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

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

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

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

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

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

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