Html Css Color HEX #128257 Salem

📋 copy color: '#128257'

red 18 ◦ green 130 ◦ blue 87

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

Shades of Salem #128257

Tints of Salem #128257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

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

R = 7.66%
G = 55.32%
B = 37.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#128257 (or 0x128257) is known color: Salem. HEX triplet: 12, 82 and 57. RGB value is (18,130,87). Sum of RGB (Red+Green+Blue) = 18+130+87=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #128257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128257 is #ED7DA8. Grayscale: #5B5B5B. Windows color (decimal): -15564201 or 5734930. OLE color: 5734930.

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

Color convert

RGB 18 130 87 -
CMYK 0.86 0 0.33 0.49
HSL 156.96º 0.76% 0.29% -
HSV(B) 156.96º 0.86% 0.51% -
XYZ 9.95 16.78 11.73 -
YUV 91.61 125.39 75.5 -
System Red Green Blue C M Y K H S L
Decimal 18 130 87 0.86 0 0.33 0.49 156.96 0.76 0.29
Hex 12 82 57 56 0 21 31 9D 4C 1D
Octal 22 202 127 126 0 41 61 235 114 35
Binary 10010 10000010 1010111 1010110 0 100001 110001 10011101 1001100 11101

Color Harmonies of #128257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128257

Black with #128257

Text Example


Text Example

White with #128257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128257; }

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

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

background-color css

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

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

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

border-color css

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

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

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