Html Css Color HEX #138944 Salem

📋 copy color: '#138944'

red 19 ◦ green 137 ◦ blue 68

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

Shades of Salem #138944

Tints of Salem #138944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.16%

 BLUE value IS 68 (26.95% from 255) = 30.36%

R = 8.48%
G = 61.16%
B = 30.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#138944 (or 0x138944) is known color: Salem. HEX triplet: 13, 89 and 44. RGB value is (19,137,68). Sum of RGB (Red+Green+Blue) = 19+137+68=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #138944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138944 is #EC76BB. Grayscale: #5E5E5E. Windows color (decimal): -15496892 or 4491539. OLE color: 4491539.

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

Color convert

RGB 19 137 68 -
CMYK 0.86 0 0.50 0.46
HSL 144.92º 0.76% 0.31% -
HSV(B) 144.92º 0.86% 0.54% -
XYZ 10.26 18.45 8.49 -
YUV 93.85 113.41 74.61 -
System Red Green Blue C M Y K H S L
Decimal 19 137 68 0.86 0 0.50 0.46 144.92 0.76 0.31
Hex 13 89 44 56 0 32 2E 91 4C 1F
Octal 23 211 104 126 0 62 56 221 114 37
Binary 10011 10001001 1000100 1010110 0 110010 101110 10010001 1001100 11111

Color Harmonies of #138944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138944

Black with #138944

Text Example


Text Example

White with #138944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138944; }

 p { color: rgb(19,137,68); }

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

background-color css

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

 a { background-color: rgb(19,137,68); }

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

border-color css

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

 span { border-color: rgb(19,137,68); }

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