#136747

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

Shades of Jewel #136747

Tints of Jewel #136747

Color information

#136747 (or 0x136747) is unknown color: approx Jewel. HEX triplet: 13, 67 and 47. RGB value is (19,103,71). Sum of RGB (Red+Green+Blue) = 19+103+71=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #136747 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136747 is #EC98B8. Grayscale: #4A4A4A. Windows color (decimal): -15505593 or 4679443. OLE color: 4679443.

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

Color convert

RGB1910371-
CMYK0.8200.310.60
HSL157.14º68.85%23.92%-
HSV(B)157.14º81.55%40.39%-
XYZ6.2610.297.62-
YUV74.24126.1788.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 103 (40.62% from 255) = 53.37%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=9.84%
G=53.37%
B=36.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103710.8200.310.60157.1468.8523.92
Hex1367475201F3C9d4518
Octal231471071220377423510530
Binary1001111001111000111101001001111111110010011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136747; }

 p { color: rgb(19,103,71); }

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

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

 a { background-color: rgb(19,103,71); }

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

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

 span { border-color: rgb(19,103,71); }

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