#339B60

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

Shades of Eucalyptus #339B60

Tints of Eucalyptus #339B60

Color information

#339B60 (or 0x339B60) is unknown color: approx Eucalyptus. HEX triplet: 33, 9B and 60. RGB value is (51,155,96). Sum of RGB (Red+Green+Blue) = 51+155+96=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #339B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B60 is #CC649F. Grayscale: #757575. Windows color (decimal): -13395104 or 6331187. OLE color: 6331187.

HSL color Cylindrical-coordinate representation of color #339B60: hue angle of 145.96º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B60 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB5115596-
CMYK0.6700.380.39
HSL145.96º50.49%40.39%-
HSV(B)145.96º67.1%60.78%-
XYZ15.224.9915.09-
YUV117.18116.0480.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=16.89%
G=51.32%
B=31.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51155960.6700.380.39145.9650.4940.39
Hex339B604302627923228
Octal63233140103046472226250
Binary1100111001101111000001000011010011010011110010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339B60; }

 p { color: rgb(51,155,96); }

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

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

 a { background-color: rgb(51,155,96); }

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

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

 span { border-color: rgb(51,155,96); }

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