#14644C

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

Shades of Jewel #14644C

Tints of Jewel #14644C

Color information

#14644C (or 0x14644C) is unknown color: approx Jewel. HEX triplet: 14, 64 and 4C. RGB value is (20,100,76). Sum of RGB (Red+Green+Blue) = 20+100+76=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #14644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14644C is #EB9BB3. Grayscale: #494949. Windows color (decimal): -15440820 or 5006356. OLE color: 5006356.

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

Color convert

RGB2010076-
CMYK0.800.240.61
HSL162º66.67%23.53%-
HSV(B)162º80%39.22%-
XYZ6.159.788.4-
YUV73.34129.589.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 100 (39.45% from 255) = 51.02%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=10.20%
G=51.02%
B=38.78%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100760.800.240.6116266.6723.53
Hex14644C500183Da24318
Octal241441141200307524210330
Binary1010011001001001100101000001100011110110100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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