Html Css Color HEX #14854B Salem

📋 copy color: '#14854B'

red 20 ◦ green 133 ◦ blue 75

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

Shades of Salem #14854B

Tints of Salem #14854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.33%

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

R = 8.77%
G = 58.33%
B = 32.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#14854B (or 0x14854B) is known color: Salem. HEX triplet: 14, 85 and 4B. RGB value is (20,133,75). Sum of RGB (Red+Green+Blue) = 20+133+75=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #14854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14854B is #EB7AB4. Grayscale: #5C5C5C. Windows color (decimal): -15432373 or 4949268. OLE color: 4949268.

HSL color Cylindrical-coordinate representation of color #14854B: hue angle of 149.2º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14854B is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 75 -
CMYK 0.85 0 0.44 0.48
HSL 149.2º 0.74% 0.3% -
HSV(B) 149.2º 0.85% 0.52% -
XYZ 9.95 17.43 9.5 -
YUV 92.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 20 133 75 0.85 0 0.44 0.48 149.2 0.74 0.3
Hex 14 85 4B 55 0 2C 30 95 4A 1E
Octal 24 205 113 125 0 54 60 225 112 36
Binary 10100 10000101 1001011 1010101 0 101100 110000 10010101 1001010 11110

Color Harmonies of #14854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14854B

Black with #14854B

Text Example


Text Example

White with #14854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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