#156919

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

Shades of San Felix #156919

Tints of San Felix #156919

Color information

#156919 (or 0x156919) is unknown color: approx San Felix. HEX triplet: 15, 69 and 19. RGB value is (21,105,25). Sum of RGB (Red+Green+Blue) = 21+105+25=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #156919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156919 is #EA96E6. Grayscale: #474747. Windows color (decimal): -15374055 or 1665301. OLE color: 1665301.

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

Color convert

RGB2110525-
CMYK0.8000.760.59
HSL122.86º66.67%24.71%-
HSV(B)122.86º80%41.18%-
XYZ5.5410.332.62-
YUV70.76102.1792.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 105 (41.41% from 255) = 69.54%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=13.91%
G=69.54%
B=16.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21105250.8000.760.59122.8666.6724.71
Hex1569195004C3B7b4319
Octal251513112001147317310331
Binary101011101001110011010000010011001110111111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156919; }

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

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

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

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

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

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

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

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