#156718

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

Shades of San Felix #156718

Tints of San Felix #156718

Color information

#156718 (or 0x156718) is unknown color: approx San Felix. HEX triplet: 15, 67 and 18. RGB value is (21,103,24). Sum of RGB (Red+Green+Blue) = 21+103+24=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 103 (40.62% from 255 or 69.59% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 103 - color contains mainly: green. Hex color #156718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156718 is #EA98E7. Grayscale: #454545. Windows color (decimal): -15374568 or 1599253. OLE color: 1599253.

HSL color Cylindrical-coordinate representation of color #156718: hue angle of 122.2º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156718 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB2110324-
CMYK0.8000.770.60
HSL122.2º66.13%24.31%-
HSV(B)122.2º79.61%40.39%-
XYZ5.329.932.5-
YUV69.48102.3393.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 103 (40.62% from 255) = 69.59%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=14.19%
G=69.59%
B=16.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21103240.8000.770.60122.266.1324.31
Hex1567185004D3C7a4218
Octal251473012001157417210230
Binary101011100111110001010000010011011111001111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156718; }

 p { color: rgb(21,103,24); }

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

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

 a { background-color: rgb(21,103,24); }

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

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

 span { border-color: rgb(21,103,24); }

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