Html Css Color HEX #108B58 Salem

📋 copy color: '#108B58'

red 16 ◦ green 139 ◦ blue 88

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

Shades of Salem #108B58

Tints of Salem #108B58

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

 GREEN value IS 139 (54.69% from 255) = 57.2%

 BLUE value IS 88 (34.77% from 255) = 36.21%

R = 6.58%
G = 57.2%
B = 36.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#108B58 (or 0x108B58) is known color: Salem. HEX triplet: 10, 8B and 58. RGB value is (16,139,88). Sum of RGB (Red+Green+Blue) = 16+139+88=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #108B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108B58 is #EF74A7. Grayscale: #606060. Windows color (decimal): -15692968 or 5802768. OLE color: 5802768.

HSL color Cylindrical-coordinate representation of color #108B58: hue angle of 155.12º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108B58 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 16 139 88 -
CMYK 0.88 0 0.37 0.45
HSL 155.12º 0.79% 0.3% -
HSV(B) 155.12º 0.88% 0.55% -
XYZ 11.21 19.28 12.36 -
YUV 96.41 123.25 70.65 -
System Red Green Blue C M Y K H S L
Decimal 16 139 88 0.88 0 0.37 0.45 155.12 0.79 0.3
Hex 10 8B 58 58 0 25 2D 9B 4F 1E
Octal 20 213 130 130 0 45 55 233 117 36
Binary 10000 10001011 1011000 1011000 0 100101 101101 10011011 1001111 11110

Color Harmonies of #108B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108B58

Black with #108B58

Text Example


Text Example

White with #108B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108B58; }

 p { color: rgb(16,139,88); }

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

background-color css

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

 a { background-color: rgb(16,139,88); }

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

border-color css

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

 span { border-color: rgb(16,139,88); }

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