#136649

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

Shades of Jewel #136649

Tints of Jewel #136649

Color information

#136649 (or 0x136649) is unknown color: approx Jewel. HEX triplet: 13, 66 and 49. RGB value is (19,102,73). Sum of RGB (Red+Green+Blue) = 19+102+73=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #136649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136649 is #EC99B6. Grayscale: #494949. Windows color (decimal): -15505847 or 4810259. OLE color: 4810259.

HSL color Cylindrical-coordinate representation of color #136649: hue angle of 159.04º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136649 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1910273-
CMYK0.8100.280.6
HSL159.04º68.6%23.73%-
HSV(B)159.04º81.37%40%-
XYZ6.2210.127.93-
YUV73.88127.588.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.79%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=9.79%
G=52.58%
B=37.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102730.8100.280.6159.0468.623.73
Hex1366495101C3C9f4518
Octal231461111210347423710530
Binary1001111001101001001101000101110011110010011111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136649; }

 p { color: rgb(19,102,73); }

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

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

 a { background-color: rgb(19,102,73); }

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

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

 span { border-color: rgb(19,102,73); }

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