#136F20

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

Shades of San Felix #136F20

Tints of San Felix #136F20

Color information

#136F20 (or 0x136F20) is unknown color: approx San Felix. HEX triplet: 13, 6F and 20. RGB value is (19,111,32). Sum of RGB (Red+Green+Blue) = 19+111+32=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 111 (43.75% from 255 or 68.52% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 111 - color contains mainly: green. Hex color #136F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F20 is #EC90DF. Grayscale: #4A4A4A. Windows color (decimal): -15503584 or 2125587. OLE color: 2125587.

HSL color Cylindrical-coordinate representation of color #136F20: hue angle of 128.48º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136F20 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1911132-
CMYK0.8300.710.56
HSL128.48º70.77%25.49%-
HSV(B)128.48º82.88%43.53%-
XYZ6.2111.613.28-
YUV74.49104.0288.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 111 (43.75% from 255) = 68.52%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=11.73%
G=68.52%
B=19.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111320.8300.710.56128.4870.7725.49
Hex136F205304738804719
Octal231574012301077020010731
Binary10011110111110000010100110100011111100010000000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,111,32); }

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

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

 a { background-color: rgb(19,111,32); }

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

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

 span { border-color: rgb(19,111,32); }

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