Html Css Color HEX #248776 Elm

📋 copy color: '#248776'

red 36 ◦ green 135 ◦ blue 118

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

Shades of Elm #248776

Tints of Elm #248776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

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

R = 12.46%
G = 46.71%
B = 40.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#248776 (or 0x248776) is known color: Elm. HEX triplet: 24, 87 and 76. RGB value is (36,135,118). Sum of RGB (Red+Green+Blue) = 36+135+118=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #248776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248776 is #DB7889. Grayscale: #676767. Windows color (decimal): -14383242 or 7767844. OLE color: 7767844.

HSL color Cylindrical-coordinate representation of color #248776: hue angle of 169.7º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248776 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 135 118 -
CMYK 0.73 0 0.13 0.47
HSL 169.7º 0.58% 0.34% -
HSV(B) 169.7º 0.73% 0.53% -
XYZ 12.66 19.01 20.14 -
YUV 103.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 36 135 118 0.73 0 0.13 0.47 169.7 0.58 0.34
Hex 24 87 76 49 0 D 2F AA 3A 22
Octal 44 207 166 111 0 15 57 252 72 42
Binary 100100 10000111 1110110 1001001 0 1101 101111 10101010 111010 100010

Color Harmonies of #248776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248776

Black with #248776

Text Example


Text Example

White with #248776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248776; }

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

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

background-color css

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

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

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

border-color css

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

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

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