#136E1C

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

Shades of San Felix #136E1C

Tints of San Felix #136E1C

Color information

#136E1C (or 0x136E1C) is unknown color: approx San Felix. HEX triplet: 13, 6E and 1C. RGB value is (19,110,28). Sum of RGB (Red+Green+Blue) = 19+110+28=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 110 (43.36% from 255 or 70.06% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 110 - color contains mainly: green. Hex color #136E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E1C is #EC91E3. Grayscale: #494949. Windows color (decimal): -15503844 or 1863187. OLE color: 1863187.

HSL color Cylindrical-coordinate representation of color #136E1C: hue angle of 125.93º degrees, saturation: 0.71, 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 #136E1C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1911028-
CMYK0.8300.750.57
HSL125.93º70.54%25.29%-
HSV(B)125.93º82.73%43.14%-
XYZ6.0511.372.97-
YUV73.44102.3589.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 110 (43.36% from 255) = 70.06%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=12.10%
G=70.06%
B=17.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19110280.8300.750.57125.9370.5425.29
Hex136E1C5304B397e4719
Octal231563412301137117610731
Binary100111101110111001010011010010111110011111110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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