#136B45

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

Shades of Jewel #136B45

Tints of Jewel #136B45

Color information

#136B45 (or 0x136B45) is unknown color: approx Jewel. HEX triplet: 13, 6B and 45. RGB value is (19,107,69). Sum of RGB (Red+Green+Blue) = 19+107+69=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #136B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136B45 is #EC94BA. Grayscale: #4C4C4C. Windows color (decimal): -15504571 or 4549395. OLE color: 4549395.

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

Color convert

RGB1910769-
CMYK0.8200.360.58
HSL154.09º69.84%24.71%-
HSV(B)154.09º82.24%41.96%-
XYZ6.611.087.42-
YUV76.36123.8587.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 107 (42.19% from 255) = 54.87%
BLUE value IS 69 (27.34% from 255) = 35.38%
R=9.74%
G=54.87%
B=35.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107690.8200.360.58154.0969.8424.71
Hex136B45520243A9a4619
Octal231531051220447223210631
Binary10011110101110001011010010010010011101010011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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