Html Css Color HEX #128340 Salem

📋 copy color: '#128340'

red 18 ◦ green 131 ◦ blue 64

#128340
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #128340

Tints of Salem #128340

RGB

 RED value IS 18 (7.42% from 255) = 8.45%

 GREEN value IS 131 (51.56% from 255) = 61.5%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 8.45%
G = 61.5%
B = 30.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#128340 (or 0x128340) is known color: 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

RGB 18 131 64 -
CMYK 0.86 0 0.51 0.49
HSL 144.42º 0.76% 0.29% -
HSV(B) 144.42º 0.86% 0.51% -
XYZ 9.29 16.73 7.59 -
YUV 89.58 113.56 76.95 -
System Red Green Blue C M Y K H S L
Decimal 18 131 64 0.86 0 0.51 0.49 144.42 0.76 0.29
Hex 12 83 40 56 0 33 31 90 4C 1D
Octal 22 203 100 126 0 63 61 220 114 35
Binary 10010 10000011 1000000 1010110 0 110011 110001 10010000 1001100 11101

Color Harmonies of #128340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128340

Black with #128340

Text Example


Text Example

White with #128340

Text Example


Text Example

HTML Codes & Css Web 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>