#22C585

Color #22C585 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #22C585

Tints of Mountain Meadow #22C585

Color information

#22C585 (or 0x22C585) is unknown color: approx Mountain Meadow. HEX triplet: 22, C5 and 85. RGB value is (34,197,133). Sum of RGB (Red+Green+Blue) = 34+197+133=364 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.34% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #22C585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C585 is #DD3A7A. Grayscale: #8D8D8D. Windows color (decimal): -14498427 or 8766754. OLE color: 8766754.

HSL color Cylindrical-coordinate representation of color #22C585: hue angle of 156.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C585 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB34197133-
CMYK0.8300.320.23
HSL156.44º70.56%45.29%-
HSV(B)156.44º82.74%77.25%-
XYZ24.8641.9728.98-
YUV140.97123.551.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.34%
GREEN value IS 197 (77.34% from 255) = 54.12%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=9.34%
G=54.12%
B=36.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal341971330.8300.320.23156.4470.5645.29
Hex22C58553020179c472d
Octal423052051230402723410755
Binary10001011000101100001011010011010000010111100111001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22C585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22C585; }

 p { color: rgb(34,197,133); }

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

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

 a { background-color: rgb(34,197,133); }

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

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

 span { border-color: rgb(34,197,133); }

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