#227D74

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

Shades of Elm #227D74

Tints of Elm #227D74

Color information

#227D74 (or 0x227D74) is unknown color: approx Elm. HEX triplet: 22, 7D and 74. RGB value is (34,125,116). Sum of RGB (Red+Green+Blue) = 34+125+116=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #227D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227D74 is #DD828B. Grayscale: #606060. Windows color (decimal): -14516876 or 7634210. OLE color: 7634210.

HSL color Cylindrical-coordinate representation of color #227D74: hue angle of 174.07º 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 #227D74 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB34125116-
CMYK0.7300.070.51
HSL174.07º57.23%31.18%-
HSV(B)174.07º72.8%49.02%-
XYZ11.1516.2719.08-
YUV96.76138.8583.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 116 (45.70% from 255) = 42.18%
R=12.36%
G=45.45%
B=42.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal341251160.7300.070.51174.0757.2331.18
Hex227D74490733ae391f
Octal4217516411107632567137
Binary10001011111011110100100100101111100111010111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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