#22867E

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

Shades of Elm #22867E

Tints of Elm #22867E

Color information

#22867E (or 0x22867E) is unknown color: approx Elm. HEX triplet: 22, 86 and 7E. RGB value is (34,134,126). Sum of RGB (Red+Green+Blue) = 34+134+126=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #22867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22867E is #DD7981. Grayscale: #676767. Windows color (decimal): -14514562 or 8291874. OLE color: 8291874.

HSL color Cylindrical-coordinate representation of color #22867E: hue angle of 175.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22867E is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB34134126-
CMYK0.7500.060.47
HSL175.2º59.52%32.94%-
HSV(B)175.2º74.63%52.55%-
XYZ12.9518.922.7-
YUV103.19140.8778.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.56%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=11.56%
G=45.58%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341341260.7500.060.47175.259.5232.94
Hex22867E4B062Faf3c21
Octal4220617611306572577441
Binary1000101000011011111101001011011010111110101111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22867E; }

 p { color: rgb(34,134,126); }

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

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

 a { background-color: rgb(34,134,126); }

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

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

 span { border-color: rgb(34,134,126); }

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