Html Css Color HEX #138D48 Salem

📋 copy color: '#138D48'

red 19 ◦ green 141 ◦ blue 72

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

Shades of Salem #138D48

Tints of Salem #138D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 60.78%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 8.19%
G = 60.78%
B = 31.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#138D48 (or 0x138D48) is known color: Salem. HEX triplet: 13, 8D and 48. RGB value is (19,141,72). Sum of RGB (Red+Green+Blue) = 19+141+72=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #138D48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138D48 is #EC72B7. Grayscale: #606060. Windows color (decimal): -15495864 or 4754707. OLE color: 4754707.

HSL color Cylindrical-coordinate representation of color #138D48: hue angle of 146.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D48 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 141 72 -
CMYK 0.87 0 0.49 0.45
HSL 146.07º 0.76% 0.31% -
HSV(B) 146.07º 0.87% 0.55% -
XYZ 10.96 19.66 9.35 -
YUV 96.66 114.08 72.61 -
System Red Green Blue C M Y K H S L
Decimal 19 141 72 0.87 0 0.49 0.45 146.07 0.76 0.31
Hex 13 8D 48 57 0 31 2D 92 4C 1F
Octal 23 215 110 127 0 61 55 222 114 37
Binary 10011 10001101 1001000 1010111 0 110001 101101 10010010 1001100 11111

Color Harmonies of #138D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138D48

Black with #138D48

Text Example


Text Example

White with #138D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,141,72); }

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

background-color css

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

 a { background-color: rgb(19,141,72); }

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

border-color css

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

 span { border-color: rgb(19,141,72); }

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