#136D1C

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

Shades of San Felix #136D1C

Tints of San Felix #136D1C

Color information

#136D1C (or 0x136D1C) is unknown color: approx San Felix. HEX triplet: 13, 6D and 1C. RGB value is (19,109,28). Sum of RGB (Red+Green+Blue) = 19+109+28=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 109 (42.97% from 255 or 69.87% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 109 - color contains mainly: green. Hex color #136D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136D1C is #EC92E3. Grayscale: #494949. Windows color (decimal): -15504100 or 1862931. OLE color: 1862931.

HSL color Cylindrical-coordinate representation of color #136D1C: hue angle of 126º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D1C is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB1910928-
CMYK0.8300.740.57
HSL126º70.31%25.1%-
HSV(B)126º82.57%42.75%-
XYZ5.9511.162.94-
YUV72.86102.6889.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 109 (42.97% from 255) = 69.87%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=12.18%
G=69.87%
B=17.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19109280.8300.740.5712670.3125.1
Hex136D1C5304A397e4619
Octal231553412301127117610631
Binary100111101101111001010011010010101110011111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136D1C; }

 p { color: rgb(19,109,28); }

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

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

 a { background-color: rgb(19,109,28); }

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

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

 span { border-color: rgb(19,109,28); }

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