#229966

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

Shades of Eucalyptus #229966

Tints of Eucalyptus #229966

Color information

#229966 (or 0x229966) is unknown color: approx Eucalyptus. HEX triplet: 22, 99 and 66. RGB value is (34,153,102). Sum of RGB (Red+Green+Blue) = 34+153+102=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #229966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229966 is #DD6699. Grayscale: #6F6F6F. Windows color (decimal): -14509722 or 6723874. OLE color: 6723874.

HSL color Cylindrical-coordinate representation of color #229966: hue angle of 154.29º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229966 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB34153102-
CMYK0.7800.330.4
HSL154.29º63.64%36.67%-
HSV(B)154.29º77.78%60%-
XYZ14.4524.0816.46-
YUV111.6122.5872.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=11.76%
G=52.94%
B=35.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal341531020.7800.330.4154.2963.6436.67
Hex2299664E021289a4025
Octal422311461160415023210045
Binary10001010011001110011010011100100001101000100110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229966; }

 p { color: rgb(34,153,102); }

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

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

 a { background-color: rgb(34,153,102); }

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

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

 span { border-color: rgb(34,153,102); }

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