Html Css Color HEX #128359 Salem

📋 copy color: '#128359'

red 18 ◦ green 131 ◦ blue 89

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

Shades of Salem #128359

Tints of Salem #128359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 7.56%
G = 55.04%
B = 37.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#128359 (or 0x128359) is known color: Salem. HEX triplet: 12, 83 and 59. RGB value is (18,131,89). Sum of RGB (Red+Green+Blue) = 18+131+89=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #128359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128359 is #ED7CA6. Grayscale: #5C5C5C. Windows color (decimal): -15563943 or 5866258. OLE color: 5866258.

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

Color convert

RGB 18 131 89 -
CMYK 0.86 0 0.32 0.49
HSL 157.7º 0.76% 0.29% -
HSV(B) 157.7º 0.86% 0.51% -
XYZ 10.17 17.08 12.21 -
YUV 92.43 126.06 74.92 -
System Red Green Blue C M Y K H S L
Decimal 18 131 89 0.86 0 0.32 0.49 157.7 0.76 0.29
Hex 12 83 59 56 0 20 31 9E 4C 1D
Octal 22 203 131 126 0 40 61 236 114 35
Binary 10010 10000011 1011001 1010110 0 100000 110001 10011110 1001100 11101

Color Harmonies of #128359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128359

Black with #128359

Text Example


Text Example

White with #128359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128359; }

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

 H1.HeaderClassName
 {
   color: #128359;
 }
 .AnyTagClassName
 {
   color: #128359;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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