#138450

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

Shades of Salem #138450

Tints of Salem #138450

Color information

#138450 (or 0x138450) is unknown color: approx Salem. HEX triplet: 13, 84 and 50. RGB value is (19,132,80). Sum of RGB (Red+Green+Blue) = 19+132+80=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #138450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138450 is #EC7BAF. Grayscale: #5C5C5C. Windows color (decimal): -15498160 or 5276691. OLE color: 5276691.

HSL color Cylindrical-coordinate representation of color #138450: hue angle of 152.39º 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 #138450 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1913280-
CMYK0.8600.390.48
HSL152.39º74.83%29.61%-
HSV(B)152.39º85.61%51.76%-
XYZ9.9717.2210.39-
YUV92.28121.0675.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 132 (51.95% from 255) = 57.14%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=8.23%
G=57.14%
B=34.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19132800.8600.390.48152.3974.8329.61
Hex1384505602730984b1e
Octal232041201260476023011336
Binary100111000010010100001010110010011111000010011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138450; }

 p { color: rgb(19,132,80); }

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

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

 a { background-color: rgb(19,132,80); }

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

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

 span { border-color: rgb(19,132,80); }

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