Html Css Color HEX #138A40 Salem

📋 copy color: '#138A40'

red 19 ◦ green 138 ◦ blue 64

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

Shades of Salem #138A40

Tints of Salem #138A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.44%

 BLUE value IS 64 (25.39% from 255) = 28.96%

R = 8.6%
G = 62.44%
B = 28.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#138A40 (or 0x138A40) is known color: Salem. HEX triplet: 13, 8A and 40. RGB value is (19,138,64). Sum of RGB (Red+Green+Blue) = 19+138+64=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #138A40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A40 is #EC75BF. Grayscale: #5E5E5E. Windows color (decimal): -15496640 or 4229651. OLE color: 4229651.

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

Color convert

RGB 19 138 64 -
CMYK 0.86 0 0.54 0.46
HSL 142.69º 0.76% 0.31% -
HSV(B) 142.69º 0.86% 0.54% -
XYZ 10.28 18.69 7.92 -
YUV 93.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 19 138 64 0.86 0 0.54 0.46 142.69 0.76 0.31
Hex 13 8A 40 56 0 36 2E 8F 4C 1F
Octal 23 212 100 126 0 66 56 217 114 37
Binary 10011 10001010 1000000 1010110 0 110110 101110 10001111 1001100 11111

Color Harmonies of #138A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A40

Black with #138A40

Text Example


Text Example

White with #138A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,64); }

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

background-color css

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

 a { background-color: rgb(19,138,64); }

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

border-color css

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

 span { border-color: rgb(19,138,64); }

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