#146844

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

Shades of Jewel #146844

Tints of Jewel #146844

Color information

#146844 (or 0x146844) is unknown color: approx Jewel. HEX triplet: 14, 68 and 44. RGB value is (20,104,68). Sum of RGB (Red+Green+Blue) = 20+104+68=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #146844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146844 is #EB97BB. Grayscale: #4A4A4A. Windows color (decimal): -15439804 or 4483092. OLE color: 4483092.

HSL color Cylindrical-coordinate representation of color #146844: hue angle of 154.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146844 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB2010468-
CMYK0.8100.350.59
HSL154.29º67.74%24.31%-
HSV(B)154.29º80.77%40.78%-
XYZ6.2810.477.16-
YUV74.78124.1788.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 68 (26.95% from 255) = 35.42%
R=10.42%
G=54.17%
B=35.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104680.8100.350.59154.2967.7424.31
Hex146844510233B9a4418
Octal241501041210437323210430
Binary10100110100010001001010001010001111101110011010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146844; }

 p { color: rgb(20,104,68); }

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

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

 a { background-color: rgb(20,104,68); }

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

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

 span { border-color: rgb(20,104,68); }

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