#136C1D

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

Shades of San Felix #136C1D

Tints of San Felix #136C1D

Color information

#136C1D (or 0x136C1D) is unknown color: approx San Felix. HEX triplet: 13, 6C and 1D. RGB value is (19,108,29). Sum of RGB (Red+Green+Blue) = 19+108+29=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #136C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C1D is #EC93E2. Grayscale: #484848. Windows color (decimal): -15504355 or 1928211. OLE color: 1928211.

HSL color Cylindrical-coordinate representation of color #136C1D: hue angle of 126.74º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136C1D is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB1910829-
CMYK0.8200.730.58
HSL126.74º70.08%24.9%-
HSV(B)126.74º82.41%42.35%-
XYZ5.8510.952.97-
YUV72.38103.5189.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 108 (42.58% from 255) = 69.23%
BLUE value IS 29 (11.72% from 255) = 18.59%
R=12.18%
G=69.23%
B=18.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19108290.8200.730.58126.7470.0824.9
Hex136C1D520493A7f4619
Octal231543512201117217710631
Binary100111101100111011010010010010011110101111111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,108,29); }

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

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

 a { background-color: rgb(19,108,29); }

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

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

 span { border-color: rgb(19,108,29); }

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