Html Css Color HEX #138E45 Salem

📋 copy color: '#138E45'

red 19 ◦ green 142 ◦ blue 69

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

Shades of Salem #138E45

Tints of Salem #138E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 61.74%

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

R = 8.26%
G = 61.74%
B = 30%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#138E45 (or 0x138E45) is known color: Salem. HEX triplet: 13, 8E and 45. RGB value is (19,142,69). Sum of RGB (Red+Green+Blue) = 19+142+69=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 142 (55.86% from 255 or 61.74% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 142 - color contains mainly: green. Hex color #138E45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E45 is #EC71BA. Grayscale: #616161. Windows color (decimal): -15495611 or 4558355. OLE color: 4558355.

HSL color Cylindrical-coordinate representation of color #138E45: hue angle of 144.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E45 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 69 -
CMYK 0.87 0 0.51 0.44
HSL 144.39º 0.76% 0.32% -
HSV(B) 144.39º 0.87% 0.56% -
XYZ 11.02 19.91 8.89 -
YUV 96.9 112.25 72.44 -
System Red Green Blue C M Y K H S L
Decimal 19 142 69 0.87 0 0.51 0.44 144.39 0.76 0.32
Hex 13 8E 45 57 0 33 2C 90 4C 20
Octal 23 216 105 127 0 63 54 220 114 40
Binary 10011 10001110 1000101 1010111 0 110011 101100 10010000 1001100 100000

Color Harmonies of #138E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E45

Black with #138E45

Text Example


Text Example

White with #138E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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