#136345

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

Shades of Jewel #136345

Tints of Jewel #136345

Color information

#136345 (or 0x136345) is unknown color: approx Jewel. HEX triplet: 13, 63 and 45. RGB value is (19,99,69). Sum of RGB (Red+Green+Blue) = 19+99+69=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #136345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136345 is #EC9CBA. Grayscale: #474747. Windows color (decimal): -15506619 or 4547347. OLE color: 4547347.

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

Color convert

RGB199969-
CMYK0.8100.300.61
HSL157.5º67.8%23.14%-
HSV(B)157.5º80.81%38.82%-
XYZ5.89.497.16-
YUV71.66126.590.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=10.16%
G=52.94%
B=36.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999690.8100.300.61157.567.823.14
Hex1363455101E3D9e4417
Octal231431051210367523610427
Binary1001111000111000101101000101111011110110011110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136345; }

 p { color: rgb(19,99,69); }

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

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

 a { background-color: rgb(19,99,69); }

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

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

 span { border-color: rgb(19,99,69); }

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