Html Css Color HEX #138B41 Salem

📋 copy color: '#138B41'

red 19 ◦ green 139 ◦ blue 65

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

Shades of Salem #138B41

Tints of Salem #138B41

RGB

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

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

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

R = 8.52%
G = 62.33%
B = 29.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#138B41 (or 0x138B41) is known color: Salem. HEX triplet: 13, 8B and 41. RGB value is (19,139,65). Sum of RGB (Red+Green+Blue) = 19+139+65=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #138B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B41 is #EC74BE. Grayscale: #5E5E5E. Windows color (decimal): -15496383 or 4295443. OLE color: 4295443.

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

Color convert

RGB 19 139 65 -
CMYK 0.86 0 0.53 0.45
HSL 143º 0.76% 0.31% -
HSV(B) 143º 0.86% 0.55% -
XYZ 10.46 18.99 8.11 -
YUV 94.68 111.24 74.02 -
System Red Green Blue C M Y K H S L
Decimal 19 139 65 0.86 0 0.53 0.45 143 0.76 0.31
Hex 13 8B 41 56 0 35 2D 8F 4C 1F
Octal 23 213 101 126 0 65 55 217 114 37
Binary 10011 10001011 1000001 1010110 0 110101 101101 10001111 1001100 11111

Color Harmonies of #138B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B41

Black with #138B41

Text Example


Text Example

White with #138B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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