#136918

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

Shades of San Felix #136918

Tints of San Felix #136918

Color information

#136918 (or 0x136918) is unknown color: approx San Felix. HEX triplet: 13, 69 and 18. RGB value is (19,105,24). Sum of RGB (Red+Green+Blue) = 19+105+24=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 105 (41.41% from 255 or 70.95% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 105 - color contains mainly: green. Hex color #136918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136918 is #EC96E7. Grayscale: #464646. Windows color (decimal): -15505128 or 1599763. OLE color: 1599763.

HSL color Cylindrical-coordinate representation of color #136918: hue angle of 123.49º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136918 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1910524-
CMYK0.8200.770.59
HSL123.49º69.35%24.31%-
HSV(B)123.49º81.9%41.18%-
XYZ5.4910.312.56-
YUV70.05102.0191.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 105 (41.41% from 255) = 70.95%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=12.84%
G=70.95%
B=16.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105240.8200.770.59123.4969.3524.31
Hex1369185204D3B7b4518
Octal231513012201157317310530
Binary100111101001110001010010010011011110111111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136918; }

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

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

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

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

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

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

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

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