#229B56

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

Shades of Eucalyptus #229B56

Tints of Eucalyptus #229B56

Color information

#229B56 (or 0x229B56) is unknown color: approx Eucalyptus. HEX triplet: 22, 9B and 56. RGB value is (34,155,86). Sum of RGB (Red+Green+Blue) = 34+155+86=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #229B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229B56 is #DD64A9. Grayscale: #6F6F6F. Windows color (decimal): -14509226 or 5675810. OLE color: 5675810.

HSL color Cylindrical-coordinate representation of color #229B56: hue angle of 145.79º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B56 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB3415586-
CMYK0.7800.450.39
HSL145.79º64.02%37.06%-
HSV(B)145.79º78.06%60.78%-
XYZ14.0624.4512.78-
YUV110.96113.9173.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.36%
GREEN value IS 155 (60.94% from 255) = 56.36%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=12.36%
G=56.36%
B=31.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34155860.7800.450.39145.7964.0237.06
Hex229B564E02D27924025
Octal422331261160554722210045
Binary10001010011011101011010011100101101100111100100101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229B56; }

 p { color: rgb(34,155,86); }

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

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

 a { background-color: rgb(34,155,86); }

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

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

 span { border-color: rgb(34,155,86); }

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