#136143

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

Shades of Jewel #136143

Tints of Jewel #136143

Color information

#136143 (or 0x136143) is unknown color: approx Jewel. HEX triplet: 13, 61 and 43. RGB value is (19,97,67). Sum of RGB (Red+Green+Blue) = 19+97+67=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #136143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136143 is #EC9EBC. Grayscale: #464646. Windows color (decimal): -15507133 or 4415763. OLE color: 4415763.

HSL color Cylindrical-coordinate representation of color #136143: hue angle of 156.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136143 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB199767-
CMYK0.8000.310.62
HSL156.92º67.24%22.75%-
HSV(B)156.92º80.41%38.04%-
XYZ5.569.096.77-
YUV70.26126.1691.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=10.38%
G=53.01%
B=36.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997670.8000.310.62156.9267.2422.75
Hex1361435001F3E9d4317
Octal231411031200377623510327
Binary1001111000011000011101000001111111111010011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136143; }

 p { color: rgb(19,97,67); }

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

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

 a { background-color: rgb(19,97,67); }

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

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

 span { border-color: rgb(19,97,67); }

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