#156319

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

Shades of San Felix #156319

Tints of San Felix #156319

Color information

#156319 (or 0x156319) is unknown color: approx San Felix. HEX triplet: 15, 63 and 19. RGB value is (21,99,25). Sum of RGB (Red+Green+Blue) = 21+99+25=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #156319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156319 is #EA9CE6. Grayscale: #434343. Windows color (decimal): -15375591 or 1663765. OLE color: 1663765.

HSL color Cylindrical-coordinate representation of color #156319: hue angle of 123.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156319 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB219925-
CMYK0.7900.750.61
HSL123.08º65%23.53%-
HSV(B)123.08º78.79%38.82%-
XYZ4.959.152.43-
YUV67.24104.1695.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 99 (39.06% from 255) = 68.28%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=14.48%
G=68.28%
B=17.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199250.7900.750.61123.086523.53
Hex1563194F04B3D7b4118
Octal251433111701137517310130
Binary101011100011110011001111010010111111011111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156319; }

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

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

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

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

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

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

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

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