#136246

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

Shades of Jewel #136246

Tints of Jewel #136246

Color information

#136246 (or 0x136246) is unknown color: approx Jewel. HEX triplet: 13, 62 and 46. RGB value is (19,98,70). Sum of RGB (Red+Green+Blue) = 19+98+70=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #136246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136246 is #EC9DB9. Grayscale: #474747. Windows color (decimal): -15506874 or 4612627. OLE color: 4612627.

HSL color Cylindrical-coordinate representation of color #136246: hue angle of 158.73º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136246 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB199870-
CMYK0.8100.290.62
HSL158.73º67.52%22.94%-
HSV(B)158.73º80.61%38.43%-
XYZ5.749.327.29-
YUV71.19127.3390.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 70 (27.73% from 255) = 37.43%
R=10.16%
G=52.41%
B=37.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998700.8100.290.62158.7367.5222.94
Hex1362465101D3E9f4417
Octal231421061210357623710427
Binary1001111000101000110101000101110111111010011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136246; }

 p { color: rgb(19,98,70); }

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

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

 a { background-color: rgb(19,98,70); }

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

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

 span { border-color: rgb(19,98,70); }

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