Html Css Color HEX #248777 Elm

📋 copy color: '#248777'

red 36 ◦ green 135 ◦ blue 119

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

Shades of Elm #248777

Tints of Elm #248777

RGB

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

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

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

R = 12.41%
G = 46.55%
B = 41.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#248777 (or 0x248777) is known color: Elm. HEX triplet: 24, 87 and 77. RGB value is (36,135,119). Sum of RGB (Red+Green+Blue) = 36+135+119=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #248777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248777 is #DB7888. Grayscale: #676767. Windows color (decimal): -14383241 or 7833380. OLE color: 7833380.

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

Color convert

RGB 36 135 119 -
CMYK 0.73 0 0.12 0.47
HSL 170.3º 0.58% 0.34% -
HSV(B) 170.3º 0.73% 0.53% -
XYZ 12.72 19.03 20.46 -
YUV 103.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 36 135 119 0.73 0 0.12 0.47 170.3 0.58 0.34
Hex 24 87 77 49 0 C 2F AA 3A 22
Octal 44 207 167 111 0 14 57 252 72 42
Binary 100100 10000111 1110111 1001001 0 1100 101111 10101010 111010 100010

Color Harmonies of #248777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248777

Black with #248777

Text Example


Text Example

White with #248777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248777; }

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

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

background-color css

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

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

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

border-color css

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

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

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