#227473

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

Shades of Elm #227473

Tints of Elm #227473

Color information

#227473 (or 0x227473) is unknown color: approx Elm. HEX triplet: 22, 74 and 73. RGB value is (34,116,115). Sum of RGB (Red+Green+Blue) = 34+116+115=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #227473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227473 is #DD8B8C. Grayscale: #5B5B5B. Windows color (decimal): -14519181 or 7566370. OLE color: 7566370.

HSL color Cylindrical-coordinate representation of color #227473: hue angle of 179.27º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227473 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB34116115-
CMYK0.7100.010.55
HSL179.27º54.67%29.41%-
HSV(B)179.27º70.69%45.49%-
XYZ1014.0718.41-
YUV91.37141.3387.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.83%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=12.83%
G=43.77%
B=43.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal341161150.7100.010.55179.2754.6729.41
Hex227473470137b3371d
Octal4216416310701672636735
Binary100010111010011100111000111011101111011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227473; }

 p { color: rgb(34,116,115); }

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

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

 a { background-color: rgb(34,116,115); }

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

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

 span { border-color: rgb(34,116,115); }

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