Html Css Color HEX #248579 Elm

📋 copy color: '#248579'

red 36 ◦ green 133 ◦ blue 121

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

Shades of Elm #248579

Tints of Elm #248579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 12.41%
G = 45.86%
B = 41.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#248579 (or 0x248579) is known color: Elm. HEX triplet: 24, 85 and 79. RGB value is (36,133,121). Sum of RGB (Red+Green+Blue) = 36+133+121=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #248579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248579 is #DB7A86. Grayscale: #666666. Windows color (decimal): -14383751 or 7963940. OLE color: 7963940.

HSL color Cylindrical-coordinate representation of color #248579: hue angle of 172.58º 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 #248579 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 121 -
CMYK 0.73 0 0.09 0.48
HSL 172.58º 0.57% 0.33% -
HSV(B) 172.58º 0.73% 0.52% -
XYZ 12.57 18.53 21 -
YUV 102.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 36 133 121 0.73 0 0.09 0.48 172.58 0.57 0.33
Hex 24 85 79 49 0 9 30 AD 39 21
Octal 44 205 171 111 0 11 60 255 71 41
Binary 100100 10000101 1111001 1001001 0 1001 110000 10101101 111001 100001

Color Harmonies of #248579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248579

Black with #248579

Text Example


Text Example

White with #248579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248579; }

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

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

background-color css

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

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

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

border-color css

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

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

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