#138153

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

Shades of Salem #138153

Tints of Salem #138153

Color information

#138153 (or 0x138153) is unknown color: approx Salem. HEX triplet: 13, 81 and 53. RGB value is (19,129,83). Sum of RGB (Red+Green+Blue) = 19+129+83=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #138153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138153 is #EC7EAC. Grayscale: #5A5A5A. Windows color (decimal): -15498925 or 5472531. OLE color: 5472531.

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

Color convert

RGB1912983-
CMYK0.8500.360.49
HSL154.91º74.32%29.02%-
HSV(B)154.91º85.27%50.59%-
XYZ9.6816.4610.85-
YUV90.87123.5676.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=8.23%
G=55.84%
B=35.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19129830.8500.360.49154.9174.3229.02
Hex13815355024319b4a1d
Octal232011231250446123311235
Binary100111000000110100111010101010010011000110011011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138153; }

 p { color: rgb(19,129,83); }

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

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

 a { background-color: rgb(19,129,83); }

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

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

 span { border-color: rgb(19,129,83); }

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