#228175

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

Shades of Elm #228175

Tints of Elm #228175

Color information

#228175 (or 0x228175) is unknown color: approx Elm. HEX triplet: 22, 81 and 75. RGB value is (34,129,117). Sum of RGB (Red+Green+Blue) = 34+129+117=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #228175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228175 is #DD7E8A. Grayscale: #636363. Windows color (decimal): -14515851 or 7700770. OLE color: 7700770.

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

Color convert

RGB34129117-
CMYK0.7400.090.49
HSL172.42º58.28%31.96%-
HSV(B)172.42º73.64%50.59%-
XYZ11.7217.3219.56-
YUV99.23138.0381.48-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.14%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=12.14%
G=46.07%
B=41.79%

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
Decimal341291170.7400.090.49172.4258.2831.96
Hex2281754A0931ac3a20
Octal42201165112011612547240
Binary10001010000001111010110010100100111000110101100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228175; }

 p { color: rgb(34,129,117); }

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

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

 a { background-color: rgb(34,129,117); }

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

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

 span { border-color: rgb(34,129,117); }

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