Html Css Color HEX #14634C Jewel

📋 copy color: '#14634C'

red 20 ◦ green 99 ◦ blue 76

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

Shades of Jewel #14634C

Tints of Jewel #14634C

RGB

 RED value IS 20 (8.2% 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 value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 20 99 76 -
CMYK 0.80 0 0.23 0.61
HSL 162.53º 0.66% 0.23% -
HSV(B) 162.53º 0.8% 0.39% -
XYZ 6.05 9.59 8.37 -
YUV 72.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 20 99 76 0.80 0 0.23 0.61 162.53 0.66 0.23
Hex 14 63 4C 50 0 17 3D A3 42 17
Octal 24 143 114 120 0 27 75 243 102 27
Binary 10100 1100011 1001100 1010000 0 10111 111101 10100011 1000010 10111

Color Harmonies of #14634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14634C

Black with #14634C

Text Example


Text Example

White with #14634C

Text Example


Text Example

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