Html Css Color HEX #108249 Salem

📋 copy color: '#108249'

red 16 ◦ green 130 ◦ blue 73

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

Shades of Salem #108249

Tints of Salem #108249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 7.31%
G = 59.36%
B = 33.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#108249 (or 0x108249) is known color: Salem. HEX triplet: 10, 82 and 49. RGB value is (16,130,73). Sum of RGB (Red+Green+Blue) = 16+130+73=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 130 (51.17% from 255 or 59.36% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 130 - color contains mainly: green. Hex color #108249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108249 is #EF7DB6. Grayscale: #595959. Windows color (decimal): -15695287 or 4817424. OLE color: 4817424.

HSL color Cylindrical-coordinate representation of color #108249: hue angle of 150º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108249 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 130 73 -
CMYK 0.88 0 0.44 0.49
HSL 150º 0.78% 0.29% -
HSV(B) 150º 0.88% 0.51% -
XYZ 9.4 16.56 9 -
YUV 89.42 118.73 75.63 -
System Red Green Blue C M Y K H S L
Decimal 16 130 73 0.88 0 0.44 0.49 150 0.78 0.29
Hex 10 82 49 58 0 2C 31 96 4E 1D
Octal 20 202 111 130 0 54 61 226 116 35
Binary 10000 10000010 1001001 1011000 0 101100 110001 10010110 1001110 11101

Color Harmonies of #108249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108249

Black with #108249

Text Example


Text Example

White with #108249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108249; }

 p { color: rgb(16,130,73); }

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

background-color css

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

 a { background-color: rgb(16,130,73); }

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

border-color css

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

 span { border-color: rgb(16,130,73); }

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