Html Css Color HEX #138155 Salem

📋 copy color: '#138155'

red 19 ◦ green 129 ◦ blue 85

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

Shades of Salem #138155

Tints of Salem #138155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.36%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 8.15%
G = 55.36%
B = 36.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#138155 (or 0x138155) is known color: Salem. HEX triplet: 13, 81 and 55. RGB value is (19,129,85). Sum of RGB (Red+Green+Blue) = 19+129+85=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #138155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138155 is #EC7EAA. Grayscale: #5B5B5B. Windows color (decimal): -15498923 or 5603603. OLE color: 5603603.

HSL color Cylindrical-coordinate representation of color #138155: hue angle of 156º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138155 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 129 85 -
CMYK 0.85 0 0.34 0.49
HSL 156º 0.74% 0.29% -
HSV(B) 156º 0.85% 0.51% -
XYZ 9.76 16.49 11.26 -
YUV 91.09 124.56 76.58 -
System Red Green Blue C M Y K H S L
Decimal 19 129 85 0.85 0 0.34 0.49 156 0.74 0.29
Hex 13 81 55 55 0 22 31 9C 4A 1D
Octal 23 201 125 125 0 42 61 234 112 35
Binary 10011 10000001 1010101 1010101 0 100010 110001 10011100 1001010 11101

Color Harmonies of #138155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138155

Black with #138155

Text Example


Text Example

White with #138155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138155; }

 p { color: rgb(19,129,85); }

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

background-color css

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

 a { background-color: rgb(19,129,85); }

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

border-color css

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

 span { border-color: rgb(19,129,85); }

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