#14604A

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

Shades of Jewel #14604A

Tints of Jewel #14604A

Color information

#14604A (or 0x14604A) is unknown color: approx Jewel. HEX triplet: 14, 60 and 4A. RGB value is (20,96,74). Sum of RGB (Red+Green+Blue) = 20+96+74=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #14604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14604A is #EB9FB5. Grayscale: #464646. Windows color (decimal): -15441846 or 4874260. OLE color: 4874260.

HSL color Cylindrical-coordinate representation of color #14604A: hue angle of 162.63º 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 #14604A is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB209674-
CMYK0.7900.230.62
HSL162.63º65.52%22.75%-
HSV(B)162.63º79.17%37.65%-
XYZ5.719.017.92-
YUV70.77129.8291.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=10.53%
G=50.53%
B=38.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096740.7900.230.62162.6365.5222.75
Hex14604A4F0173Ea34217
Octal241401121170277624310227
Binary1010011000001001010100111101011111111010100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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