#229C69

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

Shades of Eucalyptus #229C69

Tints of Eucalyptus #229C69

Color information

#229C69 (or 0x229C69) is unknown color: approx Eucalyptus. HEX triplet: 22, 9C and 69. RGB value is (34,156,105). Sum of RGB (Red+Green+Blue) = 34+156+105=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #229C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229C69 is #DD6396. Grayscale: #717171. Windows color (decimal): -14508951 or 6921250. OLE color: 6921250.

HSL color Cylindrical-coordinate representation of color #229C69: hue angle of 154.92º 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 #229C69 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB34156105-
CMYK0.7800.330.39
HSL154.92º64.21%37.25%-
HSV(B)154.92º78.21%61.18%-
XYZ15.125.1417.42-
YUV113.71123.0871.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.53%
GREEN value IS 156 (61.33% from 255) = 52.88%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=11.53%
G=52.88%
B=35.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341561050.7800.330.39154.9264.2137.25
Hex229C694E021279b4025
Octal422341511160414723310045
Binary10001010011100110100110011100100001100111100110111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,156,105); }

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

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

 a { background-color: rgb(34,156,105); }

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

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

 span { border-color: rgb(34,156,105); }

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