#22877D

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

Shades of Elm #22877D

Tints of Elm #22877D

Color information

#22877D (or 0x22877D) is unknown color: approx Elm. HEX triplet: 22, 87 and 7D. RGB value is (34,135,125). Sum of RGB (Red+Green+Blue) = 34+135+125=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #22877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22877D is #DD7882. Grayscale: #676767. Windows color (decimal): -14514307 or 8226594. OLE color: 8226594.

HSL color Cylindrical-coordinate representation of color #22877D: hue angle of 174.06º 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 #22877D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB34135125-
CMYK0.7500.070.47
HSL174.06º59.76%33.14%-
HSV(B)174.06º74.81%52.94%-
XYZ13.0319.1522.41-
YUV103.66140.0478.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.56%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 125 (49.22% from 255) = 42.52%
R=11.56%
G=45.92%
B=42.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal341351250.7500.070.47174.0659.7633.14
Hex22877D4B072Fae3c21
Octal4220717511307572567441
Binary1000101000011111111011001011011110111110101110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22877D; }

 p { color: rgb(34,135,125); }

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

<style>
 a { background-color: #22877D; }

 a { background-color: rgb(34,135,125); }

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

<style>
 span { border-color: #22877D; }

 span { border-color: rgb(34,135,125); }

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