#136E1B

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

Shades of San Felix #136E1B

Tints of San Felix #136E1B

Color information

#136E1B (or 0x136E1B) is unknown color: approx San Felix. HEX triplet: 13, 6E and 1B. RGB value is (19,110,27). Sum of RGB (Red+Green+Blue) = 19+110+27=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #136E1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136E1B is #EC91E4. Grayscale: #494949. Windows color (decimal): -15503845 or 1797651. OLE color: 1797651.

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

Color convert

RGB1911027-
CMYK0.8300.750.57
HSL125.27º70.54%25.29%-
HSV(B)125.27º82.73%43.14%-
XYZ6.0411.372.91-
YUV73.33101.8589.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 110 (43.36% from 255) = 70.51%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=12.18%
G=70.51%
B=17.31%

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
Decimal19110270.8300.750.57125.2770.5425.29
Hex136E1B5304B397d4719
Octal231563312301137117510731
Binary100111101110110111010011010010111110011111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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