#228884

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

Shades of Elm #228884

Tints of Elm #228884

Color information

#228884 (or 0x228884) is unknown color: approx Elm. HEX triplet: 22, 88 and 84. RGB value is (34,136,132). Sum of RGB (Red+Green+Blue) = 34+136+132=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #228884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228884 is #DD777B. Grayscale: #686868. Windows color (decimal): -14514044 or 8685602. OLE color: 8685602.

HSL color Cylindrical-coordinate representation of color #228884: hue angle of 177.65º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228884 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB34136132-
CMYK0.7500.030.47
HSL177.65º60%33.33%-
HSV(B)177.65º75%53.33%-
XYZ13.6319.6124.9-
YUV105.05143.2177.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.26%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=11.26%
G=45.03%
B=43.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341361320.7500.030.47177.656033.33
Hex2288844B032Fb23c21
Octal4221020411303572627441
Binary1000101000100010000100100101101110111110110010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228884; }

 p { color: rgb(34,136,132); }

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

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

 a { background-color: rgb(34,136,132); }

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

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

 span { border-color: rgb(34,136,132); }

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