Html Css Color HEX #14634B Jewel

📋 copy color: '#14634B'

red 20 ◦ green 99 ◦ blue 75

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

Shades of Jewel #14634B

Tints of Jewel #14634B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.03%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 10.31%
G = 51.03%
B = 38.66%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#14634B (or 0x14634B) is known color: Jewel. HEX triplet: 14, 63 and 4B. RGB value is (20,99,75). Sum of RGB (Red+Green+Blue) = 20+99+75=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #14634B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14634B is #EB9CB4. Grayscale: #484848. Windows color (decimal): -15441077 or 4940564. OLE color: 4940564.

HSL color Cylindrical-coordinate representation of color #14634B: hue angle of 161.77º 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 #14634B is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 75 -
CMYK 0.80 0 0.24 0.61
HSL 161.77º 0.66% 0.23% -
HSV(B) 161.77º 0.8% 0.39% -
XYZ 6.02 9.58 8.19 -
YUV 72.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 20 99 75 0.80 0 0.24 0.61 161.77 0.66 0.23
Hex 14 63 4B 50 0 18 3D A2 42 17
Octal 24 143 113 120 0 30 75 242 102 27
Binary 10100 1100011 1001011 1010000 0 11000 111101 10100010 1000010 10111

Color Harmonies of #14634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14634B

Black with #14634B

Text Example


Text Example

White with #14634B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14634B; }

 p { color: rgb(20,99,75); }

 H1.HeaderClassName
 {
   color: #14634B;
 }
 .AnyTagClassName
 {
   color: #14634B;
 }
</style>

background-color css

<style>
 a { background-color: #14634B; }

 a { background-color: rgb(20,99,75); }

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

border-color css

<style>
 span { border-color: #14634B; }

 span { border-color: rgb(20,99,75); }

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