#248175

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

Shades of Elm #248175

Tints of Elm #248175

Color information

#248175 (or 0x248175) is unknown color: approx Elm. HEX triplet: 24, 81 and 75. RGB value is (36,129,117). Sum of RGB (Red+Green+Blue) = 36+129+117=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #248175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248175 is #DB7E8A. Grayscale: #636363. Windows color (decimal): -14384779 or 7700772. OLE color: 7700772.

HSL color Cylindrical-coordinate representation of color #248175: hue angle of 172.26º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248175 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB36129117-
CMYK0.7200.090.49
HSL172.26º56.36%32.35%-
HSV(B)172.26º72.09%50.59%-
XYZ11.7917.3619.56-
YUV99.82137.6982.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 117 (46.09% from 255) = 41.49%
R=12.77%
G=45.74%
B=41.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal361291170.7200.090.49172.2656.3632.35
Hex248175480931ac3820
Octal44201165110011612547040
Binary10010010000001111010110010000100111000110101100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248175; }

 p { color: rgb(36,129,117); }

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

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

 a { background-color: rgb(36,129,117); }

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

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

 span { border-color: rgb(36,129,117); }

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