#136C48

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

Shades of Jewel #136C48

Tints of Jewel #136C48

Color information

#136C48 (or 0x136C48) is unknown color: approx Jewel. HEX triplet: 13, 6C and 48. RGB value is (19,108,72). Sum of RGB (Red+Green+Blue) = 19+108+72=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #136C48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C48 is #EC93B7. Grayscale: #4D4D4D. Windows color (decimal): -15504312 or 4746259. OLE color: 4746259.

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

Color convert

RGB1910872-
CMYK0.8200.330.58
HSL155.73º70.08%24.9%-
HSV(B)155.73º82.41%42.35%-
XYZ6.811.337.96-
YUV77.28125.0186.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.55%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=9.55%
G=54.27%
B=36.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19108720.8200.330.58155.7370.0824.9
Hex136C48520213A9c4619
Octal231541101220417223410631
Binary10011110110010010001010010010000111101010011100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,108,72); }

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

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

 a { background-color: rgb(19,108,72); }

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

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

 span { border-color: rgb(19,108,72); }

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