#136845

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

Shades of Jewel #136845

Tints of Jewel #136845

Color information

#136845 (or 0x136845) is unknown color: approx Jewel. HEX triplet: 13, 68 and 45. RGB value is (19,104,69). Sum of RGB (Red+Green+Blue) = 19+104+69=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #136845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136845 is #EC97BA. Grayscale: #4A4A4A. Windows color (decimal): -15505339 or 4548627. OLE color: 4548627.

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

Color convert

RGB1910469-
CMYK0.8200.340.59
HSL155.29º69.11%24.12%-
HSV(B)155.29º81.73%40.78%-
XYZ6.2910.477.32-
YUV74.6124.8488.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.90%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=9.90%
G=54.17%
B=35.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104690.8200.340.59155.2969.1124.12
Hex136845520223B9b4518
Octal231501051220427323310530
Binary10011110100010001011010010010001011101110011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136845; }

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

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

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

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

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

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

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

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