Html Css Color HEX #109248 Salem

📋 copy color: '#109248'

red 16 ◦ green 146 ◦ blue 72

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

Shades of Salem #109248

Tints of Salem #109248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 62.39%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 6.84%
G = 62.39%
B = 30.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#109248 (or 0x109248) is known color: Salem. HEX triplet: 10, 92 and 48. RGB value is (16,146,72). Sum of RGB (Red+Green+Blue) = 16+146+72=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #109248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109248 is #EF6DB7. Grayscale: #626262. Windows color (decimal): -15691192 or 4755984. OLE color: 4755984.

HSL color Cylindrical-coordinate representation of color #109248: hue angle of 145.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109248 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 16 146 72 -
CMYK 0.89 0 0.51 0.43
HSL 145.85º 0.8% 0.32% -
HSV(B) 145.85º 0.89% 0.57% -
XYZ 11.66 21.14 9.6 -
YUV 98.69 112.93 69.02 -
System Red Green Blue C M Y K H S L
Decimal 16 146 72 0.89 0 0.51 0.43 145.85 0.8 0.32
Hex 10 92 48 59 0 33 2B 92 50 20
Octal 20 222 110 131 0 63 53 222 120 40
Binary 10000 10010010 1001000 1011001 0 110011 101011 10010010 1010000 100000

Color Harmonies of #109248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109248

Black with #109248

Text Example


Text Example

White with #109248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109248; }

 p { color: rgb(16,146,72); }

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

background-color css

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

 a { background-color: rgb(16,146,72); }

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

border-color css

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

 span { border-color: rgb(16,146,72); }

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