Html Css Color HEX #248079 Elm

📋 copy color: '#248079'

red 36 ◦ green 128 ◦ blue 121

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

Shades of Elm #248079

Tints of Elm #248079

RGB

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

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

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

R = 12.63%
G = 44.91%
B = 42.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#248079 (or 0x248079) is known color: Elm. HEX triplet: 24, 80 and 79. RGB value is (36,128,121). Sum of RGB (Red+Green+Blue) = 36+128+121=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 128 - color contains mainly: green. Hex color #248079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248079 is #DB7F86. Grayscale: #636363. Windows color (decimal): -14385031 or 7962660. OLE color: 7962660.

HSL color Cylindrical-coordinate representation of color #248079: hue angle of 175.43º 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 #248079 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 121 -
CMYK 0.72 0 0.05 0.50
HSL 175.43º 0.56% 0.32% -
HSV(B) 175.43º 0.72% 0.5% -
XYZ 11.9 17.19 20.78 -
YUV 99.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 36 128 121 0.72 0 0.05 0.50 175.43 0.56 0.32
Hex 24 80 79 48 0 5 32 AF 38 20
Octal 44 200 171 110 0 5 62 257 70 40
Binary 100100 10000000 1111001 1001000 0 101 110010 10101111 111000 100000

Color Harmonies of #248079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248079

Black with #248079

Text Example


Text Example

White with #248079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248079; }

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

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

background-color css

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

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

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

border-color css

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

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

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