Html Css Color HEX #138958 Salem

📋 copy color: '#138958'

red 19 ◦ green 137 ◦ blue 88

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

Shades of Salem #138958

Tints of Salem #138958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.07%

R = 7.79%
G = 56.15%
B = 36.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#138958 (or 0x138958) is known color: Salem. HEX triplet: 13, 89 and 58. RGB value is (19,137,88). Sum of RGB (Red+Green+Blue) = 19+137+88=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #138958 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138958 is #EC76A7. Grayscale: #606060. Windows color (decimal): -15496872 or 5802259. OLE color: 5802259.

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

Color convert

RGB 19 137 88 -
CMYK 0.86 0 0.36 0.46
HSL 155.08º 0.76% 0.31% -
HSV(B) 155.08º 0.86% 0.54% -
XYZ 10.98 18.73 12.27 -
YUV 96.13 123.41 72.98 -
System Red Green Blue C M Y K H S L
Decimal 19 137 88 0.86 0 0.36 0.46 155.08 0.76 0.31
Hex 13 89 58 56 0 24 2E 9B 4C 1F
Octal 23 211 130 126 0 44 56 233 114 37
Binary 10011 10001001 1011000 1010110 0 100100 101110 10011011 1001100 11111

Color Harmonies of #138958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138958

Black with #138958

Text Example


Text Example

White with #138958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138958; }

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

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

background-color css

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

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

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

border-color css

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

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

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