Html Css Color HEX #138B45 Salem

📋 copy color: '#138B45'

red 19 ◦ green 139 ◦ blue 69

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

Shades of Salem #138B45

Tints of Salem #138B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.4%

R = 8.37%
G = 61.23%
B = 30.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#138B45 (or 0x138B45) is known color: Salem. HEX triplet: 13, 8B and 45. RGB value is (19,139,69). Sum of RGB (Red+Green+Blue) = 19+139+69=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #138B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B45 is #EC74BA. Grayscale: #5F5F5F. Windows color (decimal): -15496379 or 4557587. OLE color: 4557587.

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

Color convert

RGB 19 139 69 -
CMYK 0.86 0 0.50 0.45
HSL 145º 0.76% 0.31% -
HSV(B) 145º 0.86% 0.55% -
XYZ 10.58 19.03 8.75 -
YUV 95.14 113.24 73.69 -
System Red Green Blue C M Y K H S L
Decimal 19 139 69 0.86 0 0.50 0.45 145 0.76 0.31
Hex 13 8B 45 56 0 32 2D 91 4C 1F
Octal 23 213 105 126 0 62 55 221 114 37
Binary 10011 10001011 1000101 1010110 0 110010 101101 10010001 1001100 11111

Color Harmonies of #138B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B45

Black with #138B45

Text Example


Text Example

White with #138B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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