#136B1C

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

Shades of San Felix #136B1C

Tints of San Felix #136B1C

Color information

#136B1C (or 0x136B1C) is unknown color: approx San Felix. HEX triplet: 13, 6B and 1C. RGB value is (19,107,28). Sum of RGB (Red+Green+Blue) = 19+107+28=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 107 (42.19% from 255 or 69.48% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 107 - color contains mainly: green. Hex color #136B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B1C is #EC94E3. Grayscale: #474747. Windows color (decimal): -15504612 or 1862419. OLE color: 1862419.

HSL color Cylindrical-coordinate representation of color #136B1C: hue angle of 126.14º 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 #136B1C is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB1910728-
CMYK0.8200.740.58
HSL126.14º69.84%24.71%-
HSV(B)126.14º82.24%41.96%-
XYZ5.7410.742.87-
YUV71.68103.3590.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 107 (42.19% from 255) = 69.48%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=12.34%
G=69.48%
B=18.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107280.8200.740.58126.1469.8424.71
Hex136B1C5204A3A7e4619
Octal231533412201127217610631
Binary100111101011111001010010010010101110101111110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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