#136447

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

Shades of Jewel #136447

Tints of Jewel #136447

Color information

#136447 (or 0x136447) is unknown color: approx Jewel. HEX triplet: 13, 64 and 47. RGB value is (19,100,71). Sum of RGB (Red+Green+Blue) = 19+100+71=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #136447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136447 is #EC9BB8. Grayscale: #484848. Windows color (decimal): -15506361 or 4678675. OLE color: 4678675.

HSL color Cylindrical-coordinate representation of color #136447: hue angle of 158.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136447 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB1910071-
CMYK0.8100.290.61
HSL158.52º68.07%23.33%-
HSV(B)158.52º81%39.22%-
XYZ5.969.717.52-
YUV72.47127.1689.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=10%
G=52.63%
B=37.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100710.8100.290.61158.5268.0723.33
Hex1364475101D3D9f4417
Octal231441071210357523710427
Binary1001111001001000111101000101110111110110011111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136447; }

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

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

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

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

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

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

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

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