#136142

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

Shades of Jewel #136142

Tints of Jewel #136142

Color information

#136142 (or 0x136142) is unknown color: approx Jewel. HEX triplet: 13, 61 and 42. RGB value is (19,97,66). Sum of RGB (Red+Green+Blue) = 19+97+66=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #136142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136142 is #EC9EBD. Grayscale: #464646. Windows color (decimal): -15507134 or 4350227. OLE color: 4350227.

HSL color Cylindrical-coordinate representation of color #136142: hue angle of 156.15º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136142 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB199766-
CMYK0.8000.320.62
HSL156.15º67.24%22.75%-
HSV(B)156.15º80.41%38.04%-
XYZ5.539.086.62-
YUV70.14125.6691.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.44%
GREEN value IS 97 (38.28% from 255) = 53.30%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=10.44%
G=53.30%
B=36.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997660.8000.320.62156.1567.2422.75
Hex136142500203E9c4317
Octal231411021200407623410327
Binary10011110000110000101010000010000011111010011100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136142; }

 p { color: rgb(19,97,66); }

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

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

 a { background-color: rgb(19,97,66); }

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

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

 span { border-color: rgb(19,97,66); }

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