#227C76

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

Shades of Elm #227C76

Tints of Elm #227C76

Color information

#227C76 (or 0x227C76) is unknown color: approx Elm. HEX triplet: 22, 7C and 76. RGB value is (34,124,118). Sum of RGB (Red+Green+Blue) = 34+124+118=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #227C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227C76 is #DD8389. Grayscale: #606060. Windows color (decimal): -14517130 or 7765026. OLE color: 7765026.

HSL color Cylindrical-coordinate representation of color #227C76: hue angle of 176º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227C76 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB34124118-
CMYK0.7300.050.51
HSL176º56.96%30.98%-
HSV(B)176º72.58%48.63%-
XYZ11.1416.0619.65-
YUV96.41140.1883.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 124 (48.83% from 255) = 44.93%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=12.32%
G=44.93%
B=42.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal341241180.7300.050.5117656.9630.98
Hex227C76490533b0391f
Octal4217416611105632607137
Binary10001011111001110110100100101011100111011000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227C76; }

 p { color: rgb(34,124,118); }

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

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

 a { background-color: rgb(34,124,118); }

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

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

 span { border-color: rgb(34,124,118); }

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