#248474

Color #248474 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #248474

Tints of Elm #248474

Color information

#248474 (or 0x248474) is unknown color: approx Elm. HEX triplet: 24, 84 and 74. RGB value is (36,132,116). Sum of RGB (Red+Green+Blue) = 36+132+116=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #248474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248474 is #DB7B8B. Grayscale: #656565. Windows color (decimal): -14384012 or 7636004. OLE color: 7636004.

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

Color convert

RGB36132116-
CMYK0.7300.120.48
HSL170º57.14%32.94%-
HSV(B)170º72.73%51.76%-
XYZ12.1318.1419.38-
YUV101.47136.281.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.68%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=12.68%
G=46.48%
B=40.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361321160.7300.120.4817057.1432.94
Hex248474490C30aa3921
Octal44204164111014602527141
Binary10010010000100111010010010010110011000010101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248474; }

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

 H1.HeaderClassName
 {
   color: #248474;
 }
 .AnyTagClassName
 {
   color: #248474;
 }
</style>
background-color css

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

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

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

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

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

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