Html Css Color HEX #248477 Elm

📋 copy color: '#248477'

red 36 ◦ green 132 ◦ blue 119

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

Shades of Elm #248477

Tints of Elm #248477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

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

R = 12.54%
G = 45.99%
B = 41.46%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#248477 (or 0x248477) is known color: Elm. HEX triplet: 24, 84 and 77. RGB value is (36,132,119). Sum of RGB (Red+Green+Blue) = 36+132+119=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #248477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248477 is #DB7B88. Grayscale: #656565. Windows color (decimal): -14384009 or 7832612. OLE color: 7832612.

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

Color convert

RGB 36 132 119 -
CMYK 0.73 0 0.10 0.48
HSL 171.88º 0.57% 0.33% -
HSV(B) 171.88º 0.73% 0.52% -
XYZ 12.31 18.21 20.32 -
YUV 101.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 36 132 119 0.73 0 0.10 0.48 171.88 0.57 0.33
Hex 24 84 77 49 0 A 30 AC 39 21
Octal 44 204 167 111 0 12 60 254 71 41
Binary 100100 10000100 1110111 1001001 0 1010 110000 10101100 111001 100001

Color Harmonies of #248477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248477

Black with #248477

Text Example


Text Example

White with #248477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248477; }

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

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

background-color css

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

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

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

border-color css

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

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

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