Html Css Color HEX #148059 Salem

📋 copy color: '#148059'

red 20 ◦ green 128 ◦ blue 89

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

Shades of Salem #148059

Tints of Salem #148059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 8.44%
G = 54.01%
B = 37.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#148059 (or 0x148059) is known color: Salem. HEX triplet: 14, 80 and 59. RGB value is (20,128,89). Sum of RGB (Red+Green+Blue) = 20+128+89=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #148059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148059 is #EB7FA6. Grayscale: #5B5B5B. Windows color (decimal): -15433639 or 5865492. OLE color: 5865492.

HSL color Cylindrical-coordinate representation of color #148059: hue angle of 158.33º 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 #148059 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 89 -
CMYK 0.84 0 0.30 0.50
HSL 158.33º 0.73% 0.29% -
HSV(B) 158.33º 0.84% 0.5% -
XYZ 9.81 16.31 12.08 -
YUV 91.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 20 128 89 0.84 0 0.30 0.50 158.33 0.73 0.29
Hex 14 80 59 54 0 1E 32 9E 49 1D
Octal 24 200 131 124 0 36 62 236 111 35
Binary 10100 10000000 1011001 1010100 0 11110 110010 10011110 1001001 11101

Color Harmonies of #148059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148059

Black with #148059

Text Example


Text Example

White with #148059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148059; }

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

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

background-color css

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

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

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

border-color css

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

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

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