#138B45

Color #138B45 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #138B45

Tints of Salem #138B45

Color information

#138B45 (or 0x138B45) is unknown color: approx Salem. HEX triplet: 13, 8B and 45. RGB value is (19,139,69). Sum of RGB (Red+Green+Blue) = 19+139+69=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #138B45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138B45 is #EC74BA. Grayscale: #5F5F5F. Windows color (decimal): -15496379 or 4557587. OLE color: 4557587.

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

Color convert

RGB1913969-
CMYK0.8600.500.45
HSL145º75.95%30.98%-
HSV(B)145º86.33%54.51%-
XYZ10.5819.038.75-
YUV95.14113.2473.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 139 (54.69% from 255) = 61.23%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=8.37%
G=61.23%
B=30.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19139690.8600.500.4514575.9530.98
Hex138B45560322D914c1f
Octal232131051260625522111437
Binary100111000101110001011010110011001010110110010001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #138B45;
 }
 .AnyTagClassName
 {
   color: #138B45;
 }
</style>
background-color css

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

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

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

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

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

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