#136B18

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

Shades of San Felix #136B18

Tints of San Felix #136B18

Color information

#136B18 (or 0x136B18) is unknown color: approx San Felix. HEX triplet: 13, 6B and 18. RGB value is (19,107,24). Sum of RGB (Red+Green+Blue) = 19+107+24=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 107 (42.19% from 255 or 71.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 107 - color contains mainly: green. Hex color #136B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136B18 is #EC94E7. Grayscale: #474747. Windows color (decimal): -15504616 or 1600275. OLE color: 1600275.

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

Color convert

RGB1910724-
CMYK0.8200.780.58
HSL123.41º69.84%24.71%-
HSV(B)123.41º82.24%41.96%-
XYZ5.6910.722.63-
YUV71.23101.3590.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 107 (42.19% from 255) = 71.33%
BLUE value IS 24 (9.77% from 255) = 16%
R=12.67%
G=71.33%
B=16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107240.8200.780.58123.4169.8424.71
Hex136B185204E3A7b4619
Octal231533012201167217310631
Binary100111101011110001010010010011101110101111011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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