Html Css Color HEX #138D3A Salem

📋 copy color: '#138D3A'

red 19 ◦ green 141 ◦ blue 58

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

Shades of Salem #138D3A

Tints of Salem #138D3A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.68%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 8.72%
G = 64.68%
B = 26.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#138D3A (or 0x138D3A) is known color: Salem. HEX triplet: 13, 8D and 3A. RGB value is (19,141,58). Sum of RGB (Red+Green+Blue) = 19+141+58=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 141 (55.47% from 255 or 64.68% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 141 - color contains mainly: green. Hex color #138D3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D3A is #EC72C5. Grayscale: #5F5F5F. Windows color (decimal): -15495878 or 3837203. OLE color: 3837203.

HSL color Cylindrical-coordinate representation of color #138D3A: hue angle of 139.18º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D3A is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 58 -
CMYK 0.87 0 0.59 0.45
HSL 139.18º 0.76% 0.31% -
HSV(B) 139.18º 0.87% 0.55% -
XYZ 10.56 19.49 7.21 -
YUV 95.06 107.08 73.75 -
System Red Green Blue C M Y K H S L
Decimal 19 141 58 0.87 0 0.59 0.45 139.18 0.76 0.31
Hex 13 8D 3A 57 0 3B 2D 8B 4C 1F
Octal 23 215 72 127 0 73 55 213 114 37
Binary 10011 10001101 111010 1010111 0 111011 101101 10001011 1001100 11111

Color Harmonies of #138D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D3A

Black with #138D3A

Text Example


Text Example

White with #138D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138D3A; }

 p { color: rgb(19,141,58); }

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

background-color css

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

 a { background-color: rgb(19,141,58); }

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

border-color css

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

 span { border-color: rgb(19,141,58); }

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