#248070

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

Shades of Elm #248070

Tints of Elm #248070

Color information

#248070 (or 0x248070) is unknown color: approx Elm. HEX triplet: 24, 80 and 70. RGB value is (36,128,112). Sum of RGB (Red+Green+Blue) = 36+128+112=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #248070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248070 is #DB7F8F. Grayscale: #626262. Windows color (decimal): -14385040 or 7372836. OLE color: 7372836.

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

Color convert

RGB36128112-
CMYK0.7200.120.50
HSL169.57º56.1%32.16%-
HSV(B)169.57º71.88%50.2%-
XYZ11.3716.9818.01-
YUV98.67135.5283.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=13.04%
G=46.38%
B=40.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361281120.7200.120.50169.5756.132.16
Hex248070480C32aa3820
Octal44200160110014622527040
Binary10010010000000111000010010000110011001010101010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248070; }

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

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

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

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

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

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

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

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