#138240

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

Shades of Salem #138240

Tints of Salem #138240

Color information

#138240 (or 0x138240) is unknown color: approx Salem. HEX triplet: 13, 82 and 40. RGB value is (19,130,64). Sum of RGB (Red+Green+Blue) = 19+130+64=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #138240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138240 is #EC7DBF. Grayscale: #595959. Windows color (decimal): -15498688 or 4227603. OLE color: 4227603.

HSL color Cylindrical-coordinate representation of color #138240: hue angle of 144.32º 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 #138240 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1913064-
CMYK0.8500.510.49
HSL144.32º74.5%29.22%-
HSV(B)144.32º85.38%50.98%-
XYZ9.1816.477.55-
YUV89.29113.7377.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=8.92%
G=61.03%
B=30.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130640.8500.510.49144.3274.529.22
Hex1382405503331904a1d
Octal232021001250636122011235
Binary100111000001010000001010101011001111000110010000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138240; }

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

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

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

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

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

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

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

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