Html Css Color HEX #14694A Jewel

📋 copy color: '#14694A'

red 20 ◦ green 105 ◦ blue 74

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

Shades of Jewel #14694A

Tints of Jewel #14694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.76%

 BLUE value IS 74 (29.3% from 255) = 37.19%

R = 10.05%
G = 52.76%
B = 37.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#14694A (or 0x14694A) is known color: Jewel. HEX triplet: 14, 69 and 4A. RGB value is (20,105,74). Sum of RGB (Red+Green+Blue) = 20+105+74=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #14694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14694A is #EB96B5. Grayscale: #4C4C4C. Windows color (decimal): -15439542 or 4876564. OLE color: 4876564.

HSL color Cylindrical-coordinate representation of color #14694A: hue angle of 158.12º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14694A is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 74 -
CMYK 0.81 0 0.30 0.59
HSL 158.12º 0.68% 0.25% -
HSV(B) 158.12º 0.81% 0.41% -
XYZ 6.58 10.75 8.21 -
YUV 76.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 20 105 74 0.81 0 0.30 0.59 158.12 0.68 0.25
Hex 14 69 4A 51 0 1E 3B 9E 44 19
Octal 24 151 112 121 0 36 73 236 104 31
Binary 10100 1101001 1001010 1010001 0 11110 111011 10011110 1000100 11001

Color Harmonies of #14694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14694A

Black with #14694A

Text Example


Text Example

White with #14694A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14694A; }

 p { color: rgb(20,105,74); }

 H1.HeaderClassName
 {
   color: #14694A;
 }
 .AnyTagClassName
 {
   color: #14694A;
 }
</style>

background-color css

<style>
 a { background-color: #14694A; }

 a { background-color: rgb(20,105,74); }

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

border-color css

<style>
 span { border-color: #14694A; }

 span { border-color: rgb(20,105,74); }

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