Html Css Color HEX #138B3F Salem

📋 copy color: '#138B3F'

red 19 ◦ green 139 ◦ blue 63

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

Shades of Salem #138B3F

Tints of Salem #138B3F

RGB

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

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

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

R = 8.6%
G = 62.9%
B = 28.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#138B3F (or 0x138B3F) is known color: Salem. HEX triplet: 13, 8B and 3F. RGB value is (19,139,63). Sum of RGB (Red+Green+Blue) = 19+139+63=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 139 (54.69% from 255 or 62.90% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 139 - color contains mainly: green. Hex color #138B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B3F is #EC74C0. Grayscale: #5E5E5E. Windows color (decimal): -15496385 or 4164371. OLE color: 4164371.

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

Color convert

RGB 19 139 63 -
CMYK 0.86 0 0.55 0.45
HSL 142º 0.76% 0.31% -
HSV(B) 142º 0.86% 0.55% -
XYZ 10.4 18.96 7.81 -
YUV 94.46 110.24 74.18 -
System Red Green Blue C M Y K H S L
Decimal 19 139 63 0.86 0 0.55 0.45 142 0.76 0.31
Hex 13 8B 3F 56 0 37 2D 8E 4C 1F
Octal 23 213 77 126 0 67 55 216 114 37
Binary 10011 10001011 111111 1010110 0 110111 101101 10001110 1001100 11111

Color Harmonies of #138B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B3F

Black with #138B3F

Text Example


Text Example

White with #138B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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