#249180

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

Shades of Elm #249180

Tints of Elm #249180

Color information

#249180 (or 0x249180) is unknown color: approx Elm. HEX triplet: 24, 91 and 80. RGB value is (36,145,128). Sum of RGB (Red+Green+Blue) = 36+145+128=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #249180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249180 is #DB6E7F. Grayscale: #6E6E6E. Windows color (decimal): -14380672 or 8425764. OLE color: 8425764.

HSL color Cylindrical-coordinate representation of color #249180: hue angle of 170.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249180 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB36145128-
CMYK0.7500.120.43
HSL170.64º60.22%35.49%-
HSV(B)170.64º75.17%56.86%-
XYZ14.7522.1823.93-
YUV110.47137.8974.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.65%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=11.65%
G=46.93%
B=41.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361451280.7500.120.43170.6460.2235.49
Hex2491804B0C2Bab3c23
Octal44221200113014532537443
Binary100100100100011000000010010110110010101110101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #249180; }

 p { color: rgb(36,145,128); }

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

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

 a { background-color: rgb(36,145,128); }

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

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

 span { border-color: rgb(36,145,128); }

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