#22B058

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

Shades of Eucalyptus #22B058

Tints of Eucalyptus #22B058

Color information

#22B058 (or 0x22B058) is unknown color: approx Eucalyptus. HEX triplet: 22, B0 and 58. RGB value is (34,176,88). Sum of RGB (Red+Green+Blue) = 34+176+88=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #22B058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22B058 is #DD4FA7. Grayscale: #7B7B7B. Windows color (decimal): -14503848 or 5812258. OLE color: 5812258.

HSL color Cylindrical-coordinate representation of color #22B058: hue angle of 142.82º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B058 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB3417688-
CMYK0.8100.500.31
HSL142.82º67.62%41.18%-
HSV(B)142.82º80.68%69.02%-
XYZ17.9532.114.48-
YUV123.51107.9664.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 176 (69.14% from 255) = 59.06%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=11.41%
G=59.06%
B=29.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34176880.8100.500.31142.8267.6241.18
Hex22B058510321F8f4429
Octal422601301210623721710451
Binary1000101011000010110001010001011001011111100011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,176,88); }

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

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

 a { background-color: rgb(34,176,88); }

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

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

 span { border-color: rgb(34,176,88); }

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