Html Css Color HEX #138B4A Salem

📋 copy color: '#138B4A'

red 19 ◦ green 139 ◦ blue 74

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

Shades of Salem #138B4A

Tints of Salem #138B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.9%

R = 8.19%
G = 59.91%
B = 31.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#138B4A (or 0x138B4A) is known color: Salem. HEX triplet: 13, 8B and 4A. RGB value is (19,139,74). Sum of RGB (Red+Green+Blue) = 19+139+74=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #138B4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B4A is #EC74B5. Grayscale: #5F5F5F. Windows color (decimal): -15496374 or 4885267. OLE color: 4885267.

HSL color Cylindrical-coordinate representation of color #138B4A: hue angle of 147.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 #138B4A is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 74 -
CMYK 0.86 0 0.47 0.45
HSL 147.5º 0.76% 0.31% -
HSV(B) 147.5º 0.86% 0.55% -
XYZ 10.74 19.1 9.6 -
YUV 95.71 115.74 73.29 -
System Red Green Blue C M Y K H S L
Decimal 19 139 74 0.86 0 0.47 0.45 147.5 0.76 0.31
Hex 13 8B 4A 56 0 2F 2D 94 4C 1F
Octal 23 213 112 126 0 57 55 224 114 37
Binary 10011 10001011 1001010 1010110 0 101111 101101 10010100 1001100 11111

Color Harmonies of #138B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B4A

Black with #138B4A

Text Example


Text Example

White with #138B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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