#136C44

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

Shades of Jewel #136C44

Tints of Jewel #136C44

Color information

#136C44 (or 0x136C44) is unknown color: approx Jewel. HEX triplet: 13, 6C and 44. RGB value is (19,108,68). Sum of RGB (Red+Green+Blue) = 19+108+68=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #136C44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C44 is #EC93BB. Grayscale: #4C4C4C. Windows color (decimal): -15504316 or 4484115. OLE color: 4484115.

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

Color convert

RGB1910868-
CMYK0.8200.370.58
HSL153.03º70.08%24.9%-
HSV(B)153.03º82.41%42.35%-
XYZ6.6711.287.29-
YUV76.83123.0186.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.74%
GREEN value IS 108 (42.58% from 255) = 55.38%
BLUE value IS 68 (26.95% from 255) = 34.87%
R=9.74%
G=55.38%
B=34.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19108680.8200.370.58153.0370.0824.9
Hex136C44520253A994619
Octal231541041220457223110631
Binary10011110110010001001010010010010111101010011001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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