#136C4A

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

Shades of Jewel #136C4A

Tints of Jewel #136C4A

Color information

#136C4A (or 0x136C4A) is unknown color: approx Jewel. HEX triplet: 13, 6C and 4A. RGB value is (19,108,74). Sum of RGB (Red+Green+Blue) = 19+108+74=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 108 (42.58% from 255 or 53.73% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 108 - color contains mainly: green. Hex color #136C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C4A is #EC93B5. Grayscale: #4D4D4D. Windows color (decimal): -15504310 or 4877331. OLE color: 4877331.

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

Color convert

RGB1910874-
CMYK0.8200.310.58
HSL157.08º70.08%24.9%-
HSV(B)157.08º82.41%42.35%-
XYZ6.8711.368.31-
YUV77.51126.0186.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 108 (42.58% from 255) = 53.73%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=9.45%
G=53.73%
B=36.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19108740.8200.310.58157.0870.0824.9
Hex136C4A5201F3A9d4619
Octal231541121220377223510631
Binary1001111011001001010101001001111111101010011101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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