#14674F

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

Shades of Jewel #14674F

Tints of Jewel #14674F

Color information

#14674F (or 0x14674F) is unknown color: approx Jewel. HEX triplet: 14, 67 and 4F. RGB value is (20,103,79). Sum of RGB (Red+Green+Blue) = 20+103+79=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #14674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14674F is #EB98B0. Grayscale: #4B4B4B. Windows color (decimal): -15440049 or 5203732. OLE color: 5203732.

HSL color Cylindrical-coordinate representation of color #14674F: hue angle of 162.65º 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 #14674F is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB2010379-
CMYK0.8100.230.60
HSL162.65º67.48%24.12%-
HSV(B)162.65º80.58%40.39%-
XYZ6.5510.419.06-
YUV75.4513088.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=9.90%
G=50.99%
B=39.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103790.8100.230.60162.6567.4824.12
Hex14674F510173Ca34318
Octal241471171210277424310330
Binary1010011001111001111101000101011111110010100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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