#156519

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

Shades of San Felix #156519

Tints of San Felix #156519

Color information

#156519 (or 0x156519) is unknown color: approx San Felix. HEX triplet: 15, 65 and 19. RGB value is (21,101,25). Sum of RGB (Red+Green+Blue) = 21+101+25=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #156519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156519 is #EA9AE6. Grayscale: #444444. Windows color (decimal): -15375079 or 1664277. OLE color: 1664277.

HSL color Cylindrical-coordinate representation of color #156519: hue angle of 123º 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 #156519 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB2110125-
CMYK0.7900.750.60
HSL123º65.57%23.92%-
HSV(B)123º79.21%39.61%-
XYZ5.149.542.49-
YUV68.42103.594.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 101 (39.84% from 255) = 68.71%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=14.29%
G=68.71%
B=17.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21101250.7900.750.6012365.5723.92
Hex1565194F04B3C7b4218
Octal251453111701137417310230
Binary101011100101110011001111010010111111001111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156519; }

 p { color: rgb(21,101,25); }

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

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

 a { background-color: rgb(21,101,25); }

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

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

 span { border-color: rgb(21,101,25); }

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