#339B5A

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

Shades of Eucalyptus #339B5A

Tints of Eucalyptus #339B5A

Color information

#339B5A (or 0x339B5A) is unknown color: approx Eucalyptus. HEX triplet: 33, 9B and 5A. RGB value is (51,155,90). Sum of RGB (Red+Green+Blue) = 51+155+90=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #339B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B5A is #CC64A5. Grayscale: #747474. Windows color (decimal): -13395110 or 5937971. OLE color: 5937971.

HSL color Cylindrical-coordinate representation of color #339B5A: hue angle of 142.5º 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 #339B5A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB5115590-
CMYK0.6700.420.39
HSL142.5º50.49%40.39%-
HSV(B)142.5º67.1%60.78%-
XYZ14.9324.8813.69-
YUV116.49113.0481.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 155 (60.94% from 255) = 52.36%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=17.23%
G=52.36%
B=30.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51155900.6700.420.39142.550.4940.39
Hex339B5A4302A278e3228
Octal63233132103052472166250
Binary1100111001101110110101000011010101010011110001110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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