#22B455

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

Shades of Eucalyptus #22B455

Tints of Eucalyptus #22B455

Color information

#22B455 (or 0x22B455) is unknown color: approx Eucalyptus. HEX triplet: 22, B4 and 55. RGB value is (34,180,85). Sum of RGB (Red+Green+Blue) = 34+180+85=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #22B455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22B455 is #DD4BAA. Grayscale: #7D7D7D. Windows color (decimal): -14502827 or 5616674. OLE color: 5616674.

HSL color Cylindrical-coordinate representation of color #22B455: hue angle of 140.96º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B455 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB3418085-
CMYK0.8100.530.29
HSL140.96º68.22%41.96%-
HSV(B)140.96º81.11%70.59%-
XYZ18.6233.6414.11-
YUV125.52105.1362.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.37%
GREEN value IS 180 (70.70% from 255) = 60.20%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=11.37%
G=60.20%
B=28.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal34180850.8100.530.29140.9668.2241.96
Hex22B455510351D8d442a
Octal422641251210653521510452
Binary1000101011010010101011010001011010111101100011011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,180,85); }

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

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

 a { background-color: rgb(34,180,85); }

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

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

 span { border-color: rgb(34,180,85); }

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