Html Css Color HEX #138E3E Salem

📋 copy color: '#138E3E'

red 19 ◦ green 142 ◦ blue 62

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

Shades of Salem #138E3E

Tints of Salem #138E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 8.52%
G = 63.68%
B = 27.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#138E3E (or 0x138E3E) is known color: Salem. HEX triplet: 13, 8E and 3E. RGB value is (19,142,62). Sum of RGB (Red+Green+Blue) = 19+142+62=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 142 (55.86% from 255 or 63.68% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 142 - color contains mainly: green. Hex color #138E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E3E is #EC71C1. Grayscale: #606060. Windows color (decimal): -15495618 or 4099603. OLE color: 4099603.

HSL color Cylindrical-coordinate representation of color #138E3E: hue angle of 140.98º 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 #138E3E is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 62 -
CMYK 0.87 0 0.56 0.44
HSL 140.98º 0.76% 0.32% -
HSV(B) 140.98º 0.87% 0.56% -
XYZ 10.81 19.83 7.82 -
YUV 96.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 19 142 62 0.87 0 0.56 0.44 140.98 0.76 0.32
Hex 13 8E 3E 57 0 38 2C 8D 4C 20
Octal 23 216 76 127 0 70 54 215 114 40
Binary 10011 10001110 111110 1010111 0 111000 101100 10001101 1001100 100000

Color Harmonies of #138E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E3E

Black with #138E3E

Text Example


Text Example

White with #138E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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