Html Css Color HEX #14644B Jewel

📋 copy color: '#14644B'

red 20 ◦ green 100 ◦ blue 75

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

Shades of Jewel #14644B

Tints of Jewel #14644B

RGB

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

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

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

R = 10.26%
G = 51.28%
B = 38.46%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#14644B (or 0x14644B) is known color: Jewel. HEX triplet: 14, 64 and 4B. RGB value is (20,100,75). Sum of RGB (Red+Green+Blue) = 20+100+75=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #14644B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14644B is #EB9BB4. Grayscale: #494949. Windows color (decimal): -15440821 or 4940820. OLE color: 4940820.

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

Color convert

RGB 20 100 75 -
CMYK 0.8 0 0.25 0.61
HSL 161.25º 0.67% 0.24% -
HSV(B) 161.25º 0.8% 0.39% -
XYZ 6.12 9.77 8.22 -
YUV 73.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 20 100 75 0.8 0 0.25 0.61 161.25 0.67 0.24
Hex 14 64 4B 50 0 19 3D A1 43 18
Octal 24 144 113 120 0 31 75 241 103 30
Binary 10100 1100100 1001011 1010000 0 11001 111101 10100001 1000011 11000

Color Harmonies of #14644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14644B

Black with #14644B

Text Example


Text Example

White with #14644B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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