#22955E

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

Shades of Eucalyptus #22955E

Tints of Eucalyptus #22955E

Color information

#22955E (or 0x22955E) is unknown color: approx Eucalyptus. HEX triplet: 22, 95 and 5E. RGB value is (34,149,94). Sum of RGB (Red+Green+Blue) = 34+149+94=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #22955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22955E is #DD6AA1. Grayscale: #6C6C6C. Windows color (decimal): -14510754 or 6198562. OLE color: 6198562.

HSL color Cylindrical-coordinate representation of color #22955E: hue angle of 151.3º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22955E is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB3414994-
CMYK0.7700.370.42
HSL151.3º62.84%35.88%-
HSV(B)151.3º77.18%58.43%-
XYZ13.4322.6414.25-
YUV108.34119.974.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.27%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=12.27%
G=53.79%
B=33.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34149940.7700.370.42151.362.8435.88
Hex22955E4D0252A973f24
Octal42225136115045522277744
Binary1000101001010110111101001101010010110101010010111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22955E; }

 p { color: rgb(34,149,94); }

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

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

 a { background-color: rgb(34,149,94); }

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

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

 span { border-color: rgb(34,149,94); }

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