Html Css Color HEX #248049 Salem

📋 copy color: '#248049'

red 36 ◦ green 128 ◦ blue 73

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

Shades of Salem #248049

Tints of Salem #248049

RGB

 RED value IS 36 (14.45% from 255) = 15.19%

 GREEN value IS 128 (50.39% from 255) = 54.01%

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

R = 15.19%
G = 54.01%
B = 30.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#248049 (or 0x248049) is known color: Salem. HEX triplet: 24, 80 and 49. RGB value is (36,128,73). Sum of RGB (Red+Green+Blue) = 36+128+73=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #248049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248049 is #DB7FB6. Grayscale: #5E5E5E. Windows color (decimal): -14385079 or 4816932. OLE color: 4816932.

HSL color Cylindrical-coordinate representation of color #248049: hue angle of 144.13º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248049 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 73 -
CMYK 0.72 0 0.43 0.50
HSL 144.13º 0.56% 0.32% -
HSV(B) 144.13º 0.72% 0.5% -
XYZ 9.65 16.29 8.94 -
YUV 94.22 116.02 86.47 -
System Red Green Blue C M Y K H S L
Decimal 36 128 73 0.72 0 0.43 0.50 144.13 0.56 0.32
Hex 24 80 49 48 0 2B 32 90 38 20
Octal 44 200 111 110 0 53 62 220 70 40
Binary 100100 10000000 1001001 1001000 0 101011 110010 10010000 111000 100000

Color Harmonies of #248049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248049

Black with #248049

Text Example


Text Example

White with #248049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248049; }

 p { color: rgb(36,128,73); }

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

background-color css

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

 a { background-color: rgb(36,128,73); }

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

border-color css

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

 span { border-color: rgb(36,128,73); }

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