#128340

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

Shades of Salem #128340

Tints of Salem #128340

Color information

#128340 (or 0x128340) is unknown color: approx Salem. HEX triplet: 12, 83 and 40. RGB value is (18,131,64). Sum of RGB (Red+Green+Blue) = 18+131+64=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #128340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128340 is #ED7CBF. Grayscale: #595959. Windows color (decimal): -15563968 or 4227858. OLE color: 4227858.

HSL color Cylindrical-coordinate representation of color #128340: hue angle of 144.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128340 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1813164-
CMYK0.8600.510.49
HSL144.42º75.84%29.22%-
HSV(B)144.42º86.26%51.37%-
XYZ9.2916.737.59-
YUV89.58113.5676.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.45%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=8.45%
G=61.50%
B=30.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18131640.8600.510.49144.4275.8429.22
Hex1283405603331904c1d
Octal222031001260636122011435
Binary100101000001110000001010110011001111000110010000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128340; }

 p { color: rgb(18,131,64); }

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

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

 a { background-color: rgb(18,131,64); }

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

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

 span { border-color: rgb(18,131,64); }

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