#136243

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

Shades of Jewel #136243

Tints of Jewel #136243

Color information

#136243 (or 0x136243) is unknown color: approx Jewel. HEX triplet: 13, 62 and 43. RGB value is (19,98,67). Sum of RGB (Red+Green+Blue) = 19+98+67=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #136243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136243 is #EC9DBC. Grayscale: #464646. Windows color (decimal): -15506877 or 4416019. OLE color: 4416019.

HSL color Cylindrical-coordinate representation of color #136243: hue angle of 156.46º 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 #136243 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB199867-
CMYK0.8100.320.62
HSL156.46º67.52%22.94%-
HSV(B)156.46º80.61%38.43%-
XYZ5.659.286.8-
YUV70.84125.8391.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=10.33%
G=53.26%
B=36.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998670.8100.320.62156.4667.5222.94
Hex136243510203E9c4417
Octal231421031210407623410427
Binary10011110001010000111010001010000011111010011100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136243; }

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

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

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

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

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

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

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

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