#24807D

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

Shades of Elm #24807D

Tints of Elm #24807D

Color information

#24807D (or 0x24807D) is unknown color: approx Elm. HEX triplet: 24, 80 and 7D. RGB value is (36,128,125). Sum of RGB (Red+Green+Blue) = 36+128+125=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #24807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24807D is #DB7F82. Grayscale: #646464. Windows color (decimal): -14385027 or 8224804. OLE color: 8224804.

HSL color Cylindrical-coordinate representation of color #24807D: hue angle of 178.04º 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 #24807D is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB36128125-
CMYK0.7200.020.50
HSL178.04º56.1%32.16%-
HSV(B)178.04º71.88%50.2%-
XYZ12.1517.2922.1-
YUV100.15142.0282.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 125 (49.22% from 255) = 43.25%
R=12.46%
G=44.29%
B=43.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal361281250.7200.020.50178.0456.132.16
Hex24807D480232b23820
Octal4420017511002622627040
Binary100100100000001111101100100001011001010110010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24807D; }

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

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

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

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

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

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

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

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