#228377

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

Shades of Elm #228377

Tints of Elm #228377

Color information

#228377 (or 0x228377) is unknown color: approx Elm. HEX triplet: 22, 83 and 77. RGB value is (34,131,119). Sum of RGB (Red+Green+Blue) = 34+131+119=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #228377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228377 is #DD7C88. Grayscale: #646464. Windows color (decimal): -14515337 or 7832354. OLE color: 7832354.

HSL color Cylindrical-coordinate representation of color #228377: hue angle of 172.58º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228377 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB34131119-
CMYK0.7400.090.49
HSL172.58º58.79%32.35%-
HSV(B)172.58º74.05%51.37%-
XYZ12.1117.920.27-
YUV100.63138.3680.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 119 (46.88% from 255) = 41.90%
R=11.97%
G=46.13%
B=41.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341311190.7400.090.49172.5858.7932.35
Hex2283774A0931ad3b20
Octal42203167112011612557340
Binary10001010000011111011110010100100111000110101101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228377; }

 p { color: rgb(34,131,119); }

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

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

 a { background-color: rgb(34,131,119); }

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

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

 span { border-color: rgb(34,131,119); }

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