Html Css Color HEX #128357 Salem

📋 copy color: '#128357'

red 18 ◦ green 131 ◦ blue 87

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

Shades of Salem #128357

Tints of Salem #128357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.86%

R = 7.63%
G = 55.51%
B = 36.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#128357 (or 0x128357) is known color: Salem. HEX triplet: 12, 83 and 57. RGB value is (18,131,87). Sum of RGB (Red+Green+Blue) = 18+131+87=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #128357 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128357 is #ED7CA8. Grayscale: #5C5C5C. Windows color (decimal): -15563945 or 5735186. OLE color: 5735186.

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

Color convert

RGB 18 131 87 -
CMYK 0.86 0 0.34 0.49
HSL 156.64º 0.76% 0.29% -
HSV(B) 156.64º 0.86% 0.51% -
XYZ 10.09 17.05 11.78 -
YUV 92.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 18 131 87 0.86 0 0.34 0.49 156.64 0.76 0.29
Hex 12 83 57 56 0 22 31 9D 4C 1D
Octal 22 203 127 126 0 42 61 235 114 35
Binary 10010 10000011 1010111 1010110 0 100010 110001 10011101 1001100 11101

Color Harmonies of #128357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128357

Black with #128357

Text Example


Text Example

White with #128357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128357; }

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

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

background-color css

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

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

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

border-color css

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

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

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