#14674E

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

Shades of Jewel #14674E

Tints of Jewel #14674E

Color information

#14674E (or 0x14674E) is unknown color: approx Jewel. HEX triplet: 14, 67 and 4E. RGB value is (20,103,78). Sum of RGB (Red+Green+Blue) = 20+103+78=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #14674E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14674E is #EB98B1. Grayscale: #4B4B4B. Windows color (decimal): -15440050 or 5138196. OLE color: 5138196.

HSL color Cylindrical-coordinate representation of color #14674E: hue angle of 161.93º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14674E is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB2010378-
CMYK0.8100.240.60
HSL161.93º67.48%24.12%-
HSV(B)161.93º80.58%40.39%-
XYZ6.5110.48.87-
YUV75.33129.588.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=9.95%
G=51.24%
B=38.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103780.8100.240.60161.9367.4824.12
Hex14674E510183Ca24318
Octal241471161210307424210330
Binary1010011001111001110101000101100011110010100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14674E; }

 p { color: rgb(20,103,78); }

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

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

 a { background-color: rgb(20,103,78); }

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

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

 span { border-color: rgb(20,103,78); }

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