Html Css Color HEX #14614C Jewel

📋 copy color: '#14614C'

red 20 ◦ green 97 ◦ blue 76

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

Shades of Jewel #14614C

Tints of Jewel #14614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.26%

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

R = 10.36%
G = 50.26%
B = 39.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#14614C (or 0x14614C) is known color: Jewel. HEX triplet: 14, 61 and 4C. RGB value is (20,97,76). Sum of RGB (Red+Green+Blue) = 20+97+76=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #14614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14614C is #EB9EB3. Grayscale: #474747. Windows color (decimal): -15441588 or 5005588. OLE color: 5005588.

HSL color Cylindrical-coordinate representation of color #14614C: hue angle of 163.64º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14614C is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 97 76 -
CMYK 0.79 0 0.22 0.62
HSL 163.64º 0.66% 0.23% -
HSV(B) 163.64º 0.79% 0.38% -
XYZ 5.87 9.22 8.31 -
YUV 71.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 20 97 76 0.79 0 0.22 0.62 163.64 0.66 0.23
Hex 14 61 4C 4F 0 16 3E A4 42 17
Octal 24 141 114 117 0 26 76 244 102 27
Binary 10100 1100001 1001100 1001111 0 10110 111110 10100100 1000010 10111

Color Harmonies of #14614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14614C

Black with #14614C

Text Example


Text Example

White with #14614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14614C;
 }
 .AnyTagClassName
 {
   color: #14614C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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