Html Css Color HEX #248576 Elm

📋 copy color: '#248576'

red 36 ◦ green 133 ◦ blue 118

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

Shades of Elm #248576

Tints of Elm #248576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.11%

R = 12.54%
G = 46.34%
B = 41.11%

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

#248576 (or 0x248576) is known color: Elm. HEX triplet: 24, 85 and 76. RGB value is (36,133,118). Sum of RGB (Red+Green+Blue) = 36+133+118=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #248576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248576 is #DB7A89. Grayscale: #666666. Windows color (decimal): -14383754 or 7767332. OLE color: 7767332.

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

Color convert

RGB 36 133 118 -
CMYK 0.73 0 0.11 0.48
HSL 170.72º 0.57% 0.33% -
HSV(B) 170.72º 0.73% 0.52% -
XYZ 12.39 18.46 20.05 -
YUV 102.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 36 133 118 0.73 0 0.11 0.48 170.72 0.57 0.33
Hex 24 85 76 49 0 B 30 AB 39 21
Octal 44 205 166 111 0 13 60 253 71 41
Binary 100100 10000101 1110110 1001001 0 1011 110000 10101011 111001 100001

Color Harmonies of #248576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248576

Black with #248576

Text Example


Text Example

White with #248576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248576; }

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

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

background-color css

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

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

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

border-color css

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

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

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