#146950

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

Shades of Jewel #146950

Tints of Jewel #146950

Color information

#146950 (or 0x146950) is unknown color: approx Jewel. HEX triplet: 14, 69 and 50. RGB value is (20,105,80). Sum of RGB (Red+Green+Blue) = 20+105+80=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #146950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146950 is #EB96AF. Grayscale: #4C4C4C. Windows color (decimal): -15439536 or 5269780. OLE color: 5269780.

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

Color convert

RGB2010580-
CMYK0.8100.240.59
HSL162.35º68%24.51%-
HSV(B)162.35º80.95%41.18%-
XYZ6.7910.839.32-
YUV76.74129.8487.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=9.76%
G=51.22%
B=39.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105800.8100.240.59162.356824.51
Hex146950510183Ba24419
Octal241511201210307324210431
Binary1010011010011010000101000101100011101110100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146950; }

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

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

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

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

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

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

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

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