#226F6A

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

Shades of Elm #226F6A

Tints of Elm #226F6A

Color information

#226F6A (or 0x226F6A) is unknown color: approx Elm. HEX triplet: 22, 6F and 6A. RGB value is (34,111,106). Sum of RGB (Red+Green+Blue) = 34+111+106=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #226F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #226F6A is #DD9095. Grayscale: #575757. Windows color (decimal): -14520470 or 6975266. OLE color: 6975266.

HSL color Cylindrical-coordinate representation of color #226F6A: hue angle of 176.1º 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 #226F6A is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB34111106-
CMYK0.6900.050.56
HSL176.1º53.1%28.43%-
HSV(B)176.1º69.37%43.53%-
XYZ8.9512.7515.63-
YUV87.41138.4989.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.55%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=13.55%
G=44.22%
B=42.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal341111060.6900.050.56176.153.128.43
Hex226F6A450538b0351c
Octal4215715210505702606534
Binary10001011011111101010100010101011110001011000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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