Html Css Color HEX #128155 Salem

📋 copy color: '#128155'

red 18 ◦ green 129 ◦ blue 85

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

Shades of Salem #128155

Tints of Salem #128155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.6%

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

R = 7.76%
G = 55.6%
B = 36.64%

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

#128155 (or 0x128155) is known color: Salem. HEX triplet: 12, 81 and 55. RGB value is (18,129,85). Sum of RGB (Red+Green+Blue) = 18+129+85=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 129 (50.78% from 255 or 55.60% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 129 - color contains mainly: green. Hex color #128155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128155 is #ED7EAA. Grayscale: #5A5A5A. Windows color (decimal): -15564459 or 5603602. OLE color: 5603602.

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

Color convert

RGB 18 129 85 -
CMYK 0.86 0 0.34 0.49
HSL 156.22º 0.76% 0.29% -
HSV(B) 156.22º 0.86% 0.51% -
XYZ 9.74 16.48 11.26 -
YUV 90.8 124.73 76.08 -
System Red Green Blue C M Y K H S L
Decimal 18 129 85 0.86 0 0.34 0.49 156.22 0.76 0.29
Hex 12 81 55 56 0 22 31 9C 4C 1D
Octal 22 201 125 126 0 42 61 234 114 35
Binary 10010 10000001 1010101 1010110 0 100010 110001 10011100 1001100 11101

Color Harmonies of #128155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128155

Black with #128155

Text Example


Text Example

White with #128155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128155; }

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

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

background-color css

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

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

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

border-color css

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

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

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