#256615

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

Shades of San Felix #256615

Tints of San Felix #256615

Color information

#256615 (or 0x256615) is unknown color: approx San Felix. HEX triplet: 25, 66 and 15. RGB value is (37,102,21). Sum of RGB (Red+Green+Blue) = 37+102+21=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #256615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256615 is #DA99EA. Grayscale: #494949. Windows color (decimal): -14326251 or 1402405. OLE color: 1402405.

HSL color Cylindrical-coordinate representation of color #256615: hue angle of 108.15º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256615 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB3710221-
CMYK0.6400.790.6
HSL108.15º65.85%24.12%-
HSV(B)108.15º79.41%40%-
XYZ5.659.952.33-
YUV73.3398.47102.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 102 (40.23% from 255) = 63.75%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=23.12%
G=63.75%
B=13.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37102210.6400.790.6108.1565.8524.12
Hex2566154004F3C6c4218
Octal451462510001177415410230
Binary1001011100110101011000000010011111111001101100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256615; }

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

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

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

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

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

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

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

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