Html Css Color HEX #248479 Elm

📋 copy color: '#248479'

red 36 ◦ green 132 ◦ blue 121

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

Shades of Elm #248479

Tints of Elm #248479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 12.46%
G = 45.67%
B = 41.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#248479 (or 0x248479) is known color: Elm. HEX triplet: 24, 84 and 79. RGB value is (36,132,121). Sum of RGB (Red+Green+Blue) = 36+132+121=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #248479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248479 is #DB7B86. Grayscale: #656565. Windows color (decimal): -14384007 or 7963684. OLE color: 7963684.

HSL color Cylindrical-coordinate representation of color #248479: hue angle of 173.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248479 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 121 -
CMYK 0.73 0 0.08 0.48
HSL 173.13º 0.57% 0.33% -
HSV(B) 173.13º 0.73% 0.52% -
XYZ 12.43 18.26 20.96 -
YUV 102.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 36 132 121 0.73 0 0.08 0.48 173.13 0.57 0.33
Hex 24 84 79 49 0 8 30 AD 39 21
Octal 44 204 171 111 0 10 60 255 71 41
Binary 100100 10000100 1111001 1001001 0 1000 110000 10101101 111001 100001

Color Harmonies of #248479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248479

Black with #248479

Text Example


Text Example

White with #248479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248479; }

 p { color: rgb(36,132,121); }

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

background-color css

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

 a { background-color: rgb(36,132,121); }

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

border-color css

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

 span { border-color: rgb(36,132,121); }

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