Html Css Color HEX #138241 Salem

📋 copy color: '#138241'

red 19 ◦ green 130 ◦ blue 65

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

Shades of Salem #138241

Tints of Salem #138241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.75%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 8.88%
G = 60.75%
B = 30.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#138241 (or 0x138241) is known color: Salem. HEX triplet: 13, 82 and 41. RGB value is (19,130,65). Sum of RGB (Red+Green+Blue) = 19+130+65=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #138241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138241 is #EC7DBE. Grayscale: #595959. Windows color (decimal): -15498687 or 4293139. OLE color: 4293139.

HSL color Cylindrical-coordinate representation of color #138241: hue angle of 144.86º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138241 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 65 -
CMYK 0.85 0 0.50 0.49
HSL 144.86º 0.74% 0.29% -
HSV(B) 144.86º 0.85% 0.51% -
XYZ 9.21 16.49 7.7 -
YUV 89.4 114.23 77.79 -
System Red Green Blue C M Y K H S L
Decimal 19 130 65 0.85 0 0.50 0.49 144.86 0.74 0.29
Hex 13 82 41 55 0 32 31 91 4A 1D
Octal 23 202 101 125 0 62 61 221 112 35
Binary 10011 10000010 1000001 1010101 0 110010 110001 10010001 1001010 11101

Color Harmonies of #138241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138241

Black with #138241

Text Example


Text Example

White with #138241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138241; }

 p { color: rgb(19,130,65); }

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

background-color css

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

 a { background-color: rgb(19,130,65); }

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

border-color css

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

 span { border-color: rgb(19,130,65); }

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