#146850

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

Shades of Jewel #146850

Tints of Jewel #146850

Color information

#146850 (or 0x146850) is unknown color: approx Jewel. HEX triplet: 14, 68 and 50. RGB value is (20,104,80). Sum of RGB (Red+Green+Blue) = 20+104+80=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #146850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146850 is #EB97AF. Grayscale: #4C4C4C. Windows color (decimal): -15439792 or 5269524. OLE color: 5269524.

HSL color Cylindrical-coordinate representation of color #146850: hue angle of 162.86º 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 #146850 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB2010480-
CMYK0.8100.230.59
HSL162.86º67.74%24.31%-
HSV(B)162.86º80.77%40.78%-
XYZ6.6910.639.29-
YUV76.15130.1787.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=9.80%
G=50.98%
B=39.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104800.8100.230.59162.8667.7424.31
Hex146850510173Ba34418
Octal241501201210277324310430
Binary1010011010001010000101000101011111101110100011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146850; }

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

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

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

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

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

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

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

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