#248478

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

Shades of Elm #248478

Tints of Elm #248478

Color information

#248478 (or 0x248478) is unknown color: approx Elm. HEX triplet: 24, 84 and 78. RGB value is (36,132,120). Sum of RGB (Red+Green+Blue) = 36+132+120=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #248478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248478 is #DB7B87. Grayscale: #656565. Windows color (decimal): -14384008 or 7898148. OLE color: 7898148.

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

Color convert

RGB36132120-
CMYK0.7300.090.48
HSL172.5º57.14%32.94%-
HSV(B)172.5º72.73%51.76%-
XYZ12.3718.2320.64-
YUV101.93138.280.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 132 (51.95% from 255) = 45.83%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=12.5%
G=45.83%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal361321200.7300.090.48172.557.1432.94
Hex248478490930ac3921
Octal44204170111011602547141
Binary10010010000100111100010010010100111000010101100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248478; }

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

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

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

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

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

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

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

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