Html Css Color HEX #14894B Salem

📋 copy color: '#14894B'

red 20 ◦ green 137 ◦ blue 75

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

Shades of Salem #14894B

Tints of Salem #14894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.05%

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

R = 8.62%
G = 59.05%
B = 32.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#14894B (or 0x14894B) is known color: Salem. HEX triplet: 14, 89 and 4B. RGB value is (20,137,75). Sum of RGB (Red+Green+Blue) = 20+137+75=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #14894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14894B is #EB76B4. Grayscale: #5F5F5F. Windows color (decimal): -15431349 or 4950292. OLE color: 4950292.

HSL color Cylindrical-coordinate representation of color #14894B: hue angle of 148.21º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14894B is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 75 -
CMYK 0.85 0 0.45 0.46
HSL 148.21º 0.75% 0.31% -
HSV(B) 148.21º 0.85% 0.54% -
XYZ 10.5 18.55 9.68 -
YUV 94.95 116.74 74.54 -
System Red Green Blue C M Y K H S L
Decimal 20 137 75 0.85 0 0.45 0.46 148.21 0.75 0.31
Hex 14 89 4B 55 0 2D 2E 94 4B 1F
Octal 24 211 113 125 0 55 56 224 113 37
Binary 10100 10001001 1001011 1010101 0 101101 101110 10010100 1001011 11111

Color Harmonies of #14894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14894B

Black with #14894B

Text Example


Text Example

White with #14894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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