#227775

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

Shades of Elm #227775

Tints of Elm #227775

Color information

#227775 (or 0x227775) is unknown color: approx Elm. HEX triplet: 22, 77 and 75. RGB value is (34,119,117). Sum of RGB (Red+Green+Blue) = 34+119+117=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #227775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227775 is #DD888A. Grayscale: #5D5D5D. Windows color (decimal): -14518411 or 7698210. OLE color: 7698210.

HSL color Cylindrical-coordinate representation of color #227775: hue angle of 178.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227775 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB34119117-
CMYK0.7100.020.53
HSL178.59º55.56%30%-
HSV(B)178.59º71.43%46.67%-
XYZ10.4714.8219.14-
YUV93.36141.3485.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.59%
GREEN value IS 119 (46.88% from 255) = 44.07%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=12.59%
G=44.07%
B=43.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal341191170.7100.020.53178.5955.5630
Hex227775470235b3381e
Octal4216716510702652637036
Binary1000101110111111010110001110101101011011001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227775; }

 p { color: rgb(34,119,117); }

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

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

 a { background-color: rgb(34,119,117); }

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

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

 span { border-color: rgb(34,119,117); }

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