#227A6C

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

Shades of Elm #227A6C

Tints of Elm #227A6C

Color information

#227A6C (or 0x227A6C) is unknown color: approx Elm. HEX triplet: 22, 7A and 6C. RGB value is (34,122,108). Sum of RGB (Red+Green+Blue) = 34+122+108=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #227A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A6C is #DD8593. Grayscale: #5E5E5E. Windows color (decimal): -14517652 or 7109154. OLE color: 7109154.

HSL color Cylindrical-coordinate representation of color #227A6C: hue angle of 170.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A6C is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB34122108-
CMYK0.7200.110.52
HSL170.45º56.41%30.59%-
HSV(B)170.45º72.13%47.84%-
XYZ10.3315.3416.6-
YUV94.09135.8585.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.88%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=12.88%
G=46.21%
B=40.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal341221080.7200.110.52170.4556.4130.59
Hex227A6C480B34aa381f
Octal42172154110013642527037
Binary100010111101011011001001000010111101001010101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,122,108); }

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

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

 a { background-color: rgb(34,122,108); }

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

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

 span { border-color: rgb(34,122,108); }

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