#136318

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

Shades of San Felix #136318

Tints of San Felix #136318

Color information

#136318 (or 0x136318) is unknown color: approx San Felix. HEX triplet: 13, 63 and 18. RGB value is (19,99,24). Sum of RGB (Red+Green+Blue) = 19+99+24=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #136318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136318 is #EC9CE7. Grayscale: #424242. Windows color (decimal): -15506664 or 1598227. OLE color: 1598227.

HSL color Cylindrical-coordinate representation of color #136318: hue angle of 123.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136318 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB199924-
CMYK0.8100.760.61
HSL123.75º67.8%23.14%-
HSV(B)123.75º80.81%38.82%-
XYZ4.99.132.37-
YUV66.5310494.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 99 (39.06% from 255) = 69.72%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=13.38%
G=69.72%
B=16.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999240.8100.760.61123.7567.823.14
Hex1363185104C3D7c4417
Octal231433012101147517410427
Binary100111100011110001010001010011001111011111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136318; }

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

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

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

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

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

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

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

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