#228376

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

Shades of Elm #228376

Tints of Elm #228376

Color information

#228376 (or 0x228376) is unknown color: approx Elm. HEX triplet: 22, 83 and 76. RGB value is (34,131,118). Sum of RGB (Red+Green+Blue) = 34+131+118=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #228376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228376 is #DD7C89. Grayscale: #646464. Windows color (decimal): -14515338 or 7766818. OLE color: 7766818.

HSL color Cylindrical-coordinate representation of color #228376: hue angle of 171.96º 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 #228376 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB34131118-
CMYK0.7400.100.49
HSL171.96º58.79%32.35%-
HSV(B)171.96º74.05%51.37%-
XYZ12.0517.8819.96-
YUV100.51137.8680.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.01%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=12.01%
G=46.29%
B=41.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal341311180.7400.100.49171.9658.7932.35
Hex2283764A0A31ac3b20
Octal42203166112012612547340
Binary10001010000011111011010010100101011000110101100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228376; }

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

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

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

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

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

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

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

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