Html Css Color HEX #138950 Salem

📋 copy color: '#138950'

red 19 ◦ green 137 ◦ blue 80

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

Shades of Salem #138950

Tints of Salem #138950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 8.05%
G = 58.05%
B = 33.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#138950 (or 0x138950) is known color: Salem. HEX triplet: 13, 89 and 50. RGB value is (19,137,80). Sum of RGB (Red+Green+Blue) = 19+137+80=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #138950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138950 is #EC76AF. Grayscale: #5F5F5F. Windows color (decimal): -15496880 or 5277971. OLE color: 5277971.

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

Color convert

RGB 19 137 80 -
CMYK 0.86 0 0.42 0.46
HSL 151.02º 0.76% 0.31% -
HSV(B) 151.02º 0.86% 0.54% -
XYZ 10.66 18.61 10.62 -
YUV 95.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 19 137 80 0.86 0 0.42 0.46 151.02 0.76 0.31
Hex 13 89 50 56 0 2A 2E 97 4C 1F
Octal 23 211 120 126 0 52 56 227 114 37
Binary 10011 10001001 1010000 1010110 0 101010 101110 10010111 1001100 11111

Color Harmonies of #138950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138950

Black with #138950

Text Example


Text Example

White with #138950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138950; }

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

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

background-color css

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

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

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

border-color css

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

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

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