#138541

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

Shades of Salem #138541

Tints of Salem #138541

Color information

#138541 (or 0x138541) is unknown color: approx Salem. HEX triplet: 13, 85 and 41. RGB value is (19,133,65). Sum of RGB (Red+Green+Blue) = 19+133+65=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #138541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138541 is #EC7ABE. Grayscale: #5B5B5B. Windows color (decimal): -15497919 or 4293907. OLE color: 4293907.

HSL color Cylindrical-coordinate representation of color #138541: hue angle of 144.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138541 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1913365-
CMYK0.8600.510.48
HSL144.21º75%29.8%-
HSV(B)144.21º85.71%52.16%-
XYZ9.6117.37.83-
YUV91.16113.2376.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=8.76%
G=61.29%
B=29.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133650.8600.510.48144.217529.8
Hex1385415603330904b1e
Octal232051011260636022011336
Binary100111000010110000011010110011001111000010010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138541; }

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

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

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

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

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

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

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

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