#14694A

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

Shades of Jewel #14694A

Tints of Jewel #14694A

Color information

#14694A (or 0x14694A) is unknown color: approx Jewel. HEX triplet: 14, 69 and 4A. RGB value is (20,105,74). Sum of RGB (Red+Green+Blue) = 20+105+74=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #14694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14694A is #EB96B5. Grayscale: #4C4C4C. Windows color (decimal): -15439542 or 4876564. OLE color: 4876564.

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

Color convert

RGB2010574-
CMYK0.8100.300.59
HSL158.12º68%24.51%-
HSV(B)158.12º80.95%41.18%-
XYZ6.5810.758.21-
YUV76.05126.8488.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 105 (41.41% from 255) = 52.76%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=10.05%
G=52.76%
B=37.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105740.8100.300.59158.126824.51
Hex14694A5101E3B9e4419
Octal241511121210367323610431
Binary1010011010011001010101000101111011101110011110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14694A; }

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

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

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

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

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

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

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

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