#138243

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

Shades of Salem #138243

Tints of Salem #138243

Color information

#138243 (or 0x138243) is unknown color: approx Salem. HEX triplet: 13, 82 and 43. RGB value is (19,130,67). Sum of RGB (Red+Green+Blue) = 19+130+67=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #138243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138243 is #EC7DBC. Grayscale: #595959. Windows color (decimal): -15498685 or 4424211. OLE color: 4424211.

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

Color convert

RGB1913067-
CMYK0.8500.480.49
HSL145.95º74.5%29.22%-
HSV(B)145.95º85.38%50.98%-
XYZ9.2616.518.01-
YUV89.63115.2377.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 130 (51.17% from 255) = 60.19%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=8.80%
G=60.19%
B=31.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130670.8500.480.49145.9574.529.22
Hex1382435503031924a1d
Octal232021031250606122211235
Binary100111000001010000111010101011000011000110010010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138243; }

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

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

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

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

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

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

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

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