Html Css Color HEX #14804B Salem

📋 copy color: '#14804B'

red 20 ◦ green 128 ◦ blue 75

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

Shades of Salem #14804B

Tints of Salem #14804B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.4%

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

R = 8.97%
G = 57.4%
B = 33.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#14804B (or 0x14804B) is known color: Salem. HEX triplet: 14, 80 and 4B. RGB value is (20,128,75). Sum of RGB (Red+Green+Blue) = 20+128+75=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #14804B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14804B is #EB7FB4. Grayscale: #595959. Windows color (decimal): -15433653 or 4947988. OLE color: 4947988.

HSL color Cylindrical-coordinate representation of color #14804B: hue angle of 150.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14804B is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 75 -
CMYK 0.84 0 0.41 0.50
HSL 150.56º 0.73% 0.29% -
HSV(B) 150.56º 0.84% 0.5% -
XYZ 9.28 16.1 9.27 -
YUV 89.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 20 128 75 0.84 0 0.41 0.50 150.56 0.73 0.29
Hex 14 80 4B 54 0 29 32 97 49 1D
Octal 24 200 113 124 0 51 62 227 111 35
Binary 10100 10000000 1001011 1010100 0 101001 110010 10010111 1001001 11101

Color Harmonies of #14804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14804B

Black with #14804B

Text Example


Text Example

White with #14804B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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