Html Css Color HEX #138952 Salem

📋 copy color: '#138952'

red 19 ◦ green 137 ◦ blue 82

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

Shades of Salem #138952

Tints of Salem #138952

RGB

 RED value IS 19 (7.81% from 255) = 7.98%

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

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

R = 7.98%
G = 57.56%
B = 34.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#138952 (or 0x138952) is known color: Salem. HEX triplet: 13, 89 and 52. RGB value is (19,137,82). Sum of RGB (Red+Green+Blue) = 19+137+82=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 137 (53.91% from 255 or 57.56% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 137 - color contains mainly: green. Hex color #138952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138952 is #EC76AD. Grayscale: #5F5F5F. Windows color (decimal): -15496878 or 5409043. OLE color: 5409043.

HSL color Cylindrical-coordinate representation of color #138952: hue angle of 152.03º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138952 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 82 -
CMYK 0.86 0 0.40 0.46
HSL 152.03º 0.76% 0.31% -
HSV(B) 152.03º 0.86% 0.54% -
XYZ 10.74 18.64 11.01 -
YUV 95.45 120.41 73.47 -
System Red Green Blue C M Y K H S L
Decimal 19 137 82 0.86 0 0.40 0.46 152.03 0.76 0.31
Hex 13 89 52 56 0 28 2E 98 4C 1F
Octal 23 211 122 126 0 50 56 230 114 37
Binary 10011 10001001 1010010 1010110 0 101000 101110 10011000 1001100 11111

Color Harmonies of #138952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138952

Black with #138952

Text Example


Text Example

White with #138952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138952; }

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

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

background-color css

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

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

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

border-color css

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

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

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