Html Css Color HEX #158952 Salem

📋 copy color: '#158952'

red 21 ◦ green 137 ◦ blue 82

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

Shades of Salem #158952

Tints of Salem #158952

RGB

 RED value IS 21 (8.59% from 255) = 8.75%

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

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

R = 8.75%
G = 57.08%
B = 34.17%

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

#158952 (or 0x158952) is known color: Salem. HEX triplet: 15, 89 and 52. RGB value is (21,137,82). Sum of RGB (Red+Green+Blue) = 21+137+82=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #158952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158952 is #EA76AD. Grayscale: #606060. Windows color (decimal): -15365806 or 5409045. OLE color: 5409045.

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

Color convert

RGB 21 137 82 -
CMYK 0.85 0 0.40 0.46
HSL 151.55º 0.73% 0.31% -
HSV(B) 151.55º 0.85% 0.54% -
XYZ 10.78 18.66 11.02 -
YUV 96.05 120.07 74.47 -
System Red Green Blue C M Y K H S L
Decimal 21 137 82 0.85 0 0.40 0.46 151.55 0.73 0.31
Hex 15 89 52 55 0 28 2E 98 49 1F
Octal 25 211 122 125 0 50 56 230 111 37
Binary 10101 10001001 1010010 1010101 0 101000 101110 10011000 1001001 11111

Color Harmonies of #158952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158952

Black with #158952

Text Example


Text Example

White with #158952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158952; }

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

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

background-color css

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

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

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

border-color css

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

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

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