#136F4B

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

Shades of Jewel #136F4B

Tints of Jewel #136F4B

Color information

#136F4B (or 0x136F4B) is unknown color: approx Jewel. HEX triplet: 13, 6F and 4B. RGB value is (19,111,75). Sum of RGB (Red+Green+Blue) = 19+111+75=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #136F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136F4B is #EC90B4. Grayscale: #4F4F4F. Windows color (decimal): -15503541 or 4943635. OLE color: 4943635.

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

Color convert

RGB1911175-
CMYK0.8300.320.56
HSL156.52º70.77%25.49%-
HSV(B)156.52º82.88%43.53%-
XYZ7.2212.028.6-
YUV79.39125.5284.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 111 (43.75% from 255) = 54.15%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=9.27%
G=54.15%
B=36.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19111750.8300.320.56156.5270.7725.49
Hex136F4B53020389d4719
Octal231571131230407023510731
Binary10011110111110010111010011010000011100010011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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