Html Css Color HEX #128355 Salem

📋 copy color: '#128355'

red 18 ◦ green 131 ◦ blue 85

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

Shades of Salem #128355

Tints of Salem #128355

RGB

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

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

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

R = 7.69%
G = 55.98%
B = 36.32%

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

#128355 (or 0x128355) is known color: Salem. HEX triplet: 12, 83 and 55. RGB value is (18,131,85). Sum of RGB (Red+Green+Blue) = 18+131+85=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #128355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128355 is #ED7CAA. Grayscale: #5C5C5C. Windows color (decimal): -15563947 or 5604114. OLE color: 5604114.

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

Color convert

RGB 18 131 85 -
CMYK 0.86 0 0.35 0.49
HSL 155.58º 0.76% 0.29% -
HSV(B) 155.58º 0.86% 0.51% -
XYZ 10.01 17.02 11.35 -
YUV 91.97 124.06 75.24 -
System Red Green Blue C M Y K H S L
Decimal 18 131 85 0.86 0 0.35 0.49 155.58 0.76 0.29
Hex 12 83 55 56 0 23 31 9C 4C 1D
Octal 22 203 125 126 0 43 61 234 114 35
Binary 10010 10000011 1010101 1010110 0 100011 110001 10011100 1001100 11101

Color Harmonies of #128355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128355

Black with #128355

Text Example


Text Example

White with #128355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128355; }

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

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

background-color css

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

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

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

border-color css

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

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

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