#146049

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

Shades of Jewel #146049

Tints of Jewel #146049

Color information

#146049 (or 0x146049) is unknown color: approx Jewel. HEX triplet: 14, 60 and 49. RGB value is (20,96,73). Sum of RGB (Red+Green+Blue) = 20+96+73=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #146049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146049 is #EB9FB6. Grayscale: #464646. Windows color (decimal): -15441847 or 4808724. OLE color: 4808724.

HSL color Cylindrical-coordinate representation of color #146049: hue angle of 161.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146049 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB209673-
CMYK0.7900.240.62
HSL161.84º65.52%22.75%-
HSV(B)161.84º79.17%37.65%-
XYZ5.6797.74-
YUV70.65129.3291.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 73 (28.91% from 255) = 38.62%
R=10.58%
G=50.79%
B=38.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096730.7900.240.62161.8465.5222.75
Hex1460494F0183Ea24217
Octal241401111170307624210227
Binary1010011000001001001100111101100011111010100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146049; }

 p { color: rgb(20,96,73); }

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

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

 a { background-color: rgb(20,96,73); }

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

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

 span { border-color: rgb(20,96,73); }

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