#156318

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

Shades of San Felix #156318

Tints of San Felix #156318

Color information

#156318 (or 0x156318) is unknown color: approx San Felix. HEX triplet: 15, 63 and 18. RGB value is (21,99,24). Sum of RGB (Red+Green+Blue) = 21+99+24=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #156318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156318 is #EA9CE7. Grayscale: #434343. Windows color (decimal): -15375592 or 1598229. OLE color: 1598229.

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

Color convert

RGB219924-
CMYK0.7900.760.61
HSL122.31º65%23.53%-
HSV(B)122.31º78.79%38.82%-
XYZ4.949.152.37-
YUV67.13103.6695.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 99 (39.06% from 255) = 68.75%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=14.58%
G=68.75%
B=16.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2199240.7900.760.61122.316523.53
Hex1563184F04C3D7a4118
Octal251433011701147517210130
Binary101011100011110001001111010011001111011111010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156318; }

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

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

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

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

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

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

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

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