Html Css Color HEX #138A3F Salem

📋 copy color: '#138A3F'

red 19 ◦ green 138 ◦ blue 63

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

Shades of Salem #138A3F

Tints of Salem #138A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.64%

R = 8.64%
G = 62.73%
B = 28.64%

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

#138A3F (or 0x138A3F) is known color: Salem. HEX triplet: 13, 8A and 3F. RGB value is (19,138,63). Sum of RGB (Red+Green+Blue) = 19+138+63=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 138 (54.30% from 255 or 62.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 138 - color contains mainly: green. Hex color #138A3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138A3F is #EC75C0. Grayscale: #5E5E5E. Windows color (decimal): -15496641 or 4164115. OLE color: 4164115.

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

Color convert

RGB 19 138 63 -
CMYK 0.86 0 0.54 0.46
HSL 142.18º 0.76% 0.31% -
HSV(B) 142.18º 0.86% 0.54% -
XYZ 10.25 18.67 7.77 -
YUV 93.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 19 138 63 0.86 0 0.54 0.46 142.18 0.76 0.31
Hex 13 8A 3F 56 0 36 2E 8E 4C 1F
Octal 23 212 77 126 0 66 56 216 114 37
Binary 10011 10001010 111111 1010110 0 110110 101110 10001110 1001100 11111

Color Harmonies of #138A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A3F

Black with #138A3F

Text Example


Text Example

White with #138A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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