#136951

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

Shades of Jewel #136951

Tints of Jewel #136951

Color information

#136951 (or 0x136951) is unknown color: approx Jewel. HEX triplet: 13, 69 and 51. RGB value is (19,105,81). Sum of RGB (Red+Green+Blue) = 19+105+81=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #136951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136951 is #EC96AE. Grayscale: #4C4C4C. Windows color (decimal): -15505071 or 5335315. OLE color: 5335315.

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

Color convert

RGB1910581-
CMYK0.8200.230.59
HSL163.26º69.35%24.31%-
HSV(B)163.26º81.9%41.18%-
XYZ6.8110.849.52-
YUV76.55130.5186.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=9.27%
G=51.22%
B=39.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105810.8200.230.59163.2669.3524.31
Hex136951520173Ba34518
Octal231511211220277324310530
Binary1001111010011010001101001001011111101110100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136951; }

 p { color: rgb(19,105,81); }

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

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

 a { background-color: rgb(19,105,81); }

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

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

 span { border-color: rgb(19,105,81); }

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