#226F6B

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

Shades of Elm #226F6B

Tints of Elm #226F6B

Color information

#226F6B (or 0x226F6B) is unknown color: approx Elm. HEX triplet: 22, 6F and 6B. RGB value is (34,111,107). Sum of RGB (Red+Green+Blue) = 34+111+107=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 111 (43.75% from 255 or 44.05% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 111 - color contains mainly: green. Hex color #226F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226F6B is #DD9094. Grayscale: #575757. Windows color (decimal): -14520469 or 7040802. OLE color: 7040802.

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

Color convert

RGB34111107-
CMYK0.6900.040.56
HSL176.88º53.1%28.43%-
HSV(B)176.88º69.37%43.53%-
XYZ912.7715.9-
YUV87.52138.9989.83-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.49%
GREEN value IS 111 (43.75% from 255) = 44.05%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=13.49%
G=44.05%
B=42.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341111070.6900.040.56176.8853.128.43
Hex226F6B450438b1351c
Octal4215715310504702616534
Binary10001011011111101011100010101001110001011000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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