#339065

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

Shades of Eucalyptus #339065

Tints of Eucalyptus #339065

Color information

#339065 (or 0x339065) is unknown color: approx Eucalyptus. HEX triplet: 33, 90 and 65. RGB value is (51,144,101). Sum of RGB (Red+Green+Blue) = 51+144+101=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #339065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339065 is #CC6F9A. Grayscale: #6F6F6F. Windows color (decimal): -13397915 or 6656051. OLE color: 6656051.

HSL color Cylindrical-coordinate representation of color #339065: hue angle of 152.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339065 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB51144101-
CMYK0.6500.300.44
HSL152.26º47.69%38.24%-
HSV(B)152.26º64.58%56.47%-
XYZ13.6921.5915.76-
YUV111.29122.1985-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=17.23%
G=48.65%
B=34.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511441010.6500.300.44152.2647.6938.24
Hex3390654101E2C983026
Octal63220145101036542306046
Binary110011100100001100101100000101111010110010011000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339065; }

 p { color: rgb(51,144,101); }

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

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

 a { background-color: rgb(51,144,101); }

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

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

 span { border-color: rgb(51,144,101); }

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