#14634C

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

Shades of Jewel #14634C

Tints of Jewel #14634C

Color information

#14634C (or 0x14634C) is unknown color: approx Jewel. HEX triplet: 14, 63 and 4C. RGB value is (20,99,76). Sum of RGB (Red+Green+Blue) = 20+99+76=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #14634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14634C is #EB9CB3. Grayscale: #484848. Windows color (decimal): -15441076 or 5006100. OLE color: 5006100.

HSL color Cylindrical-coordinate representation of color #14634C: hue angle of 162.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14634C is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB209976-
CMYK0.8000.230.61
HSL162.53º66.39%23.33%-
HSV(B)162.53º79.8%38.82%-
XYZ6.059.598.37-
YUV72.76129.8390.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=10.26%
G=50.77%
B=38.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099760.8000.230.61162.5366.3923.33
Hex14634C500173Da34217
Octal241431141200277524310227
Binary1010011000111001100101000001011111110110100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14634C; }

 p { color: rgb(20,99,76); }

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

<style>
 a { background-color: #14634C; }

 a { background-color: rgb(20,99,76); }

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

<style>
 span { border-color: #14634C; }

 span { border-color: rgb(20,99,76); }

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