#14614A

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

Shades of Jewel #14614A

Tints of Jewel #14614A

Color information

#14614A (or 0x14614A) is unknown color: approx Jewel. HEX triplet: 14, 61 and 4A. RGB value is (20,97,74). Sum of RGB (Red+Green+Blue) = 20+97+74=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #14614A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14614A is #EB9EB5. Grayscale: #474747. Windows color (decimal): -15441590 or 4874516. OLE color: 4874516.

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

Color convert

RGB209774-
CMYK0.7900.240.62
HSL162.08º65.81%22.94%-
HSV(B)162.08º79.38%38.04%-
XYZ5.89.197.95-
YUV71.35129.4991.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 74 (29.30% from 255) = 38.74%
R=10.47%
G=50.79%
B=38.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097740.7900.240.62162.0865.8122.94
Hex14614A4F0183Ea24217
Octal241411121170307624210227
Binary1010011000011001010100111101100011111010100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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