#14624A

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

Shades of Jewel #14624A

Tints of Jewel #14624A

Color information

#14624A (or 0x14624A) is unknown color: approx Jewel. HEX triplet: 14, 62 and 4A. RGB value is (20,98,74). Sum of RGB (Red+Green+Blue) = 20+98+74=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #14624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14624A is #EB9DB5. Grayscale: #474747. Windows color (decimal): -15441334 or 4874772. OLE color: 4874772.

HSL color Cylindrical-coordinate representation of color #14624A: hue angle of 161.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14624A is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB209874-
CMYK0.8000.240.62
HSL161.54º66.1%23.14%-
HSV(B)161.54º79.59%38.43%-
XYZ5.899.387.98-
YUV71.94129.1690.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=10.42%
G=51.04%
B=38.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098740.8000.240.62161.5466.123.14
Hex14624A500183Ea24217
Octal241421121200307624210227
Binary1010011000101001010101000001100011111010100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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