Html Css Color HEX #148042 Salem

📋 copy color: '#148042'

red 20 ◦ green 128 ◦ blue 66

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

Shades of Salem #148042

Tints of Salem #148042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 9.35%
G = 59.81%
B = 30.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#148042 (or 0x148042) is known color: Salem. HEX triplet: 14, 80 and 42. RGB value is (20,128,66). Sum of RGB (Red+Green+Blue) = 20+128+66=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #148042 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148042 is #EB7FBD. Grayscale: #585858. Windows color (decimal): -15433662 or 4358164. OLE color: 4358164.

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

Color convert

RGB 20 128 66 -
CMYK 0.84 0 0.48 0.50
HSL 145.56º 0.73% 0.29% -
HSV(B) 145.56º 0.84% 0.5% -
XYZ 8.99 15.98 7.76 -
YUV 88.64 115.22 79.04 -
System Red Green Blue C M Y K H S L
Decimal 20 128 66 0.84 0 0.48 0.50 145.56 0.73 0.29
Hex 14 80 42 54 0 30 32 92 49 1D
Octal 24 200 102 124 0 60 62 222 111 35
Binary 10100 10000000 1000010 1010100 0 110000 110010 10010010 1001001 11101

Color Harmonies of #148042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148042

Black with #148042

Text Example


Text Example

White with #148042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148042; }

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

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

background-color css

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

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

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

border-color css

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

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

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