#136844

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

Shades of Jewel #136844

Tints of Jewel #136844

Color information

#136844 (or 0x136844) is unknown color: approx Jewel. HEX triplet: 13, 68 and 44. RGB value is (19,104,68). Sum of RGB (Red+Green+Blue) = 19+104+68=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #136844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136844 is #EC97BB. Grayscale: #4A4A4A. Windows color (decimal): -15505340 or 4483091. OLE color: 4483091.

HSL color Cylindrical-coordinate representation of color #136844: hue angle of 154.59º 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 #136844 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1910468-
CMYK0.8200.350.59
HSL154.59º69.11%24.12%-
HSV(B)154.59º81.73%40.78%-
XYZ6.2610.467.16-
YUV74.48124.3488.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 104 (41.02% from 255) = 54.45%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=9.95%
G=54.45%
B=35.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104680.8200.350.59154.5969.1124.12
Hex136844520233B9b4518
Octal231501041220437323310530
Binary10011110100010001001010010010001111101110011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136844; }

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

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

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

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

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

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

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

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