#136146

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

Shades of Jewel #136146

Tints of Jewel #136146

Color information

#136146 (or 0x136146) is unknown color: approx Jewel. HEX triplet: 13, 61 and 46. RGB value is (19,97,70). Sum of RGB (Red+Green+Blue) = 19+97+70=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #136146 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136146 is #EC9EB9. Grayscale: #464646. Windows color (decimal): -15507130 or 4612371. OLE color: 4612371.

HSL color Cylindrical-coordinate representation of color #136146: hue angle of 159.23º 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 #136146 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB199770-
CMYK0.8000.280.62
HSL159.23º67.24%22.75%-
HSV(B)159.23º80.41%38.04%-
XYZ5.659.137.26-
YUV70.6127.6691.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=10.22%
G=52.15%
B=37.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997700.8000.280.62159.2367.2422.75
Hex1361465001C3E9f4317
Octal231411061200347623710327
Binary1001111000011000110101000001110011111010011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136146; }

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

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

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

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

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

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

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

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