Html Css Color HEX #138B3A Salem

📋 copy color: '#138B3A'

red 19 ◦ green 139 ◦ blue 58

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

Shades of Salem #138B3A

Tints of Salem #138B3A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 64.35%

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

R = 8.8%
G = 64.35%
B = 26.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#138B3A (or 0x138B3A) is known color: Salem. HEX triplet: 13, 8B and 3A. RGB value is (19,139,58). Sum of RGB (Red+Green+Blue) = 19+139+58=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #138B3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B3A is #EC74C5. Grayscale: #5E5E5E. Windows color (decimal): -15496390 or 3836691. OLE color: 3836691.

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

Color convert

RGB 19 139 58 -
CMYK 0.86 0 0.58 0.45
HSL 139.5º 0.76% 0.31% -
HSV(B) 139.5º 0.86% 0.55% -
XYZ 10.26 18.91 7.11 -
YUV 93.89 107.74 74.59 -
System Red Green Blue C M Y K H S L
Decimal 19 139 58 0.86 0 0.58 0.45 139.5 0.76 0.31
Hex 13 8B 3A 56 0 3A 2D 8C 4C 1F
Octal 23 213 72 126 0 72 55 214 114 37
Binary 10011 10001011 111010 1010110 0 111010 101101 10001100 1001100 11111

Color Harmonies of #138B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B3A

Black with #138B3A

Text Example


Text Example

White with #138B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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