Html Css Color HEX #14644C Jewel

📋 copy color: '#14644C'

red 20 ◦ green 100 ◦ blue 76

#14644C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #14644C

Tints of Jewel #14644C

RGB

 RED value IS 20 (8.2% from 255) = 10.2%

 GREEN value IS 100 (39.45% from 255) = 51.02%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 10.2%
G = 51.02%
B = 38.78%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#14644C (or 0x14644C) is known color: 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

RGB 20 100 76 -
CMYK 0.8 0 0.24 0.61
HSL 162º 0.67% 0.24% -
HSV(B) 162º 0.8% 0.39% -
XYZ 6.15 9.78 8.4 -
YUV 73.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 20 100 76 0.8 0 0.24 0.61 162 0.67 0.24
Hex 14 64 4C 50 0 18 3D A2 43 18
Octal 24 144 114 120 0 30 75 242 103 30
Binary 10100 1100100 1001100 1010000 0 11000 111101 10100010 1000011 11000

Color Harmonies of #14644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14644C

Black with #14644C

Text Example


Text Example

White with #14644C

Text Example


Text Example

HTML Codes & Css Web 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>