#229260

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

Shades of Eucalyptus #229260

Tints of Eucalyptus #229260

Color information

#229260 (or 0x229260) is unknown color: approx Eucalyptus. HEX triplet: 22, 92 and 60. RGB value is (34,146,96). Sum of RGB (Red+Green+Blue) = 34+146+96=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #229260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229260 is #DD6D9F. Grayscale: #6A6A6A. Windows color (decimal): -14511520 or 6328866. OLE color: 6328866.

HSL color Cylindrical-coordinate representation of color #229260: hue angle of 153.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229260 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB3414696-
CMYK0.7700.340.43
HSL153.21º62.22%35.29%-
HSV(B)153.21º76.71%57.25%-
XYZ13.0521.7414.58-
YUV106.81121.8976.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.32%
GREEN value IS 146 (57.42% from 255) = 52.90%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=12.32%
G=52.90%
B=34.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34146960.7700.340.43153.2162.2235.29
Hex2292604D0222B993e23
Octal42222140115042532317643
Binary1000101001001011000001001101010001010101110011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229260; }

 p { color: rgb(34,146,96); }

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

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

 a { background-color: rgb(34,146,96); }

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

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

 span { border-color: rgb(34,146,96); }

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