#228579

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

Shades of Elm #228579

Tints of Elm #228579

Color information

#228579 (or 0x228579) is unknown color: approx Elm. HEX triplet: 22, 85 and 79. RGB value is (34,133,121). Sum of RGB (Red+Green+Blue) = 34+133+121=288 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.81% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #228579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228579 is #DD7A86. Grayscale: #656565. Windows color (decimal): -14514823 or 7963938. OLE color: 7963938.

HSL color Cylindrical-coordinate representation of color #228579: hue angle of 172.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228579 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB34133121-
CMYK0.7400.090.48
HSL172.73º59.28%32.75%-
HSV(B)172.73º74.44%52.16%-
XYZ12.518.521-
YUV102.03138.779.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.81%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=11.81%
G=46.18%
B=42.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal341331210.7400.090.48172.7359.2832.75
Hex2285794A0930ad3b21
Octal42205171112011602557341
Binary10001010000101111100110010100100111000010101101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228579; }

 p { color: rgb(34,133,121); }

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

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

 a { background-color: rgb(34,133,121); }

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

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

 span { border-color: rgb(34,133,121); }

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