Html Css Color HEX #248577 Elm

📋 copy color: '#248577'

red 36 ◦ green 133 ◦ blue 119

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

Shades of Elm #248577

Tints of Elm #248577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 12.5%
G = 46.18%
B = 41.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#248577 (or 0x248577) is known color: Elm. HEX triplet: 24, 85 and 77. RGB value is (36,133,119). Sum of RGB (Red+Green+Blue) = 36+133+119=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #248577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248577 is #DB7A88. Grayscale: #666666. Windows color (decimal): -14383753 or 7832868. OLE color: 7832868.

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

Color convert

RGB 36 133 119 -
CMYK 0.73 0 0.11 0.48
HSL 171.34º 0.57% 0.33% -
HSV(B) 171.34º 0.73% 0.52% -
XYZ 12.44 18.48 20.36 -
YUV 102.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 36 133 119 0.73 0 0.11 0.48 171.34 0.57 0.33
Hex 24 85 77 49 0 B 30 AB 39 21
Octal 44 205 167 111 0 13 60 253 71 41
Binary 100100 10000101 1110111 1001001 0 1011 110000 10101011 111001 100001

Color Harmonies of #248577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248577

Black with #248577

Text Example


Text Example

White with #248577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248577; }

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

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

background-color css

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

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

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

border-color css

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

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

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