Html Css Color HEX #128255 Salem

📋 copy color: '#128255'

red 18 ◦ green 130 ◦ blue 85

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

Shades of Salem #128255

Tints of Salem #128255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 7.73%
G = 55.79%
B = 36.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#128255 (or 0x128255) is known color: Salem. HEX triplet: 12, 82 and 55. RGB value is (18,130,85). Sum of RGB (Red+Green+Blue) = 18+130+85=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #128255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128255 is #ED7DAA. Grayscale: #5B5B5B. Windows color (decimal): -15564203 or 5603858. OLE color: 5603858.

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

Color convert

RGB 18 130 85 -
CMYK 0.86 0 0.35 0.49
HSL 155.89º 0.76% 0.29% -
HSV(B) 155.89º 0.86% 0.51% -
XYZ 9.87 16.75 11.31 -
YUV 91.38 124.39 75.66 -
System Red Green Blue C M Y K H S L
Decimal 18 130 85 0.86 0 0.35 0.49 155.89 0.76 0.29
Hex 12 82 55 56 0 23 31 9C 4C 1D
Octal 22 202 125 126 0 43 61 234 114 35
Binary 10010 10000010 1010101 1010110 0 100011 110001 10011100 1001100 11101

Color Harmonies of #128255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128255

Black with #128255

Text Example


Text Example

White with #128255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128255; }

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

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

background-color css

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

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

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

border-color css

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

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

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