#226E6B

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

Shades of Elm #226E6B

Tints of Elm #226E6B

Color information

#226E6B (or 0x226E6B) is unknown color: approx Elm. HEX triplet: 22, 6E and 6B. RGB value is (34,110,107). Sum of RGB (Red+Green+Blue) = 34+110+107=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 110 - color contains mainly: green. Hex color #226E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226E6B is #DD9194. Grayscale: #565656. Windows color (decimal): -14520725 or 7040546. OLE color: 7040546.

HSL color Cylindrical-coordinate representation of color #226E6B: hue angle of 177.63º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226E6B is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB34110107-
CMYK0.6900.030.57
HSL177.63º52.78%28.24%-
HSV(B)177.63º69.09%43.14%-
XYZ8.8912.5515.86-
YUV86.93139.3290.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 110 (43.36% from 255) = 43.82%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=13.55%
G=43.82%
B=42.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal341101070.6900.030.57177.6352.7828.24
Hex226E6B450339b2351c
Octal4215615310503712626534
Binary1000101101110110101110001010111110011011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226E6B; }

 p { color: rgb(34,110,107); }

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

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

 a { background-color: rgb(34,110,107); }

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

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

 span { border-color: rgb(34,110,107); }

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