#229661

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

Shades of Eucalyptus #229661

Tints of Eucalyptus #229661

Color information

#229661 (or 0x229661) is unknown color: approx Eucalyptus. HEX triplet: 22, 96 and 61. RGB value is (34,150,97). Sum of RGB (Red+Green+Blue) = 34+150+97=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #229661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229661 is #DD699E. Grayscale: #6D6D6D. Windows color (decimal): -14510495 or 6395426. OLE color: 6395426.

HSL color Cylindrical-coordinate representation of color #229661: hue angle of 152.59º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229661 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB3415097-
CMYK0.7700.350.41
HSL152.59º63.04%36.08%-
HSV(B)152.59º77.33%58.82%-
XYZ13.7223.0215.03-
YUV109.27121.0774.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.10%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=12.10%
G=53.38%
B=34.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34150970.7700.350.41152.5963.0436.08
Hex2296614D02329993f24
Octal42226141115043512317744
Binary1000101001011011000011001101010001110100110011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229661; }

 p { color: rgb(34,150,97); }

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

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

 a { background-color: rgb(34,150,97); }

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

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

 span { border-color: rgb(34,150,97); }

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