Html Css Color HEX #148952 Salem

📋 copy color: '#148952'

red 20 ◦ green 137 ◦ blue 82

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

Shades of Salem #148952

Tints of Salem #148952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.31%

R = 8.37%
G = 57.32%
B = 34.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#148952 (or 0x148952) is known color: Salem. HEX triplet: 14, 89 and 52. RGB value is (20,137,82). Sum of RGB (Red+Green+Blue) = 20+137+82=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #148952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148952 is #EB76AD. Grayscale: #5F5F5F. Windows color (decimal): -15431342 or 5409044. OLE color: 5409044.

HSL color Cylindrical-coordinate representation of color #148952: hue angle of 151.79º 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 #148952 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 82 -
CMYK 0.85 0 0.40 0.46
HSL 151.79º 0.75% 0.31% -
HSV(B) 151.79º 0.85% 0.54% -
XYZ 10.76 18.65 11.02 -
YUV 95.75 120.24 73.97 -
System Red Green Blue C M Y K H S L
Decimal 20 137 82 0.85 0 0.40 0.46 151.79 0.75 0.31
Hex 14 89 52 55 0 28 2E 98 4B 1F
Octal 24 211 122 125 0 50 56 230 113 37
Binary 10100 10001001 1010010 1010101 0 101000 101110 10011000 1001011 11111

Color Harmonies of #148952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148952

Black with #148952

Text Example


Text Example

White with #148952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148952; }

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

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

background-color css

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

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

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

border-color css

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

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

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