#248880

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

Shades of Elm #248880

Tints of Elm #248880

Color information

#248880 (or 0x248880) is unknown color: approx Elm. HEX triplet: 24, 88 and 80. RGB value is (36,136,128). Sum of RGB (Red+Green+Blue) = 36+136+128=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #248880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248880 is #DB777F. Grayscale: #696969. Windows color (decimal): -14382976 or 8423460. OLE color: 8423460.

HSL color Cylindrical-coordinate representation of color #248880: hue angle of 175.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248880 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB36136128-
CMYK0.7400.060.47
HSL175.2º58.14%33.73%-
HSV(B)175.2º73.53%53.33%-
XYZ13.4319.5423.49-
YUV105.19140.8778.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=12%
G=45.33%
B=42.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361361280.7400.060.47175.258.1433.73
Hex2488804A062Faf3a22
Octal4421020011206572577242
Binary10010010001000100000001001010011010111110101111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248880; }

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

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

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

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

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

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

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

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