#339B71

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

Shades of Eucalyptus #339B71

Tints of Eucalyptus #339B71

Color information

#339B71 (or 0x339B71) is unknown color: approx Eucalyptus. HEX triplet: 33, 9B and 71. RGB value is (51,155,113). Sum of RGB (Red+Green+Blue) = 51+155+113=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #339B71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B71 is #CC648E. Grayscale: #777777. Windows color (decimal): -13395087 or 7445299. OLE color: 7445299.

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

Color convert

RGB51155113-
CMYK0.6700.270.39
HSL155.77º50.49%40.39%-
HSV(B)155.77º67.1%60.78%-
XYZ16.0725.3419.67-
YUV119.12124.5479.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 155 (60.94% from 255) = 48.59%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=15.99%
G=48.59%
B=35.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551130.6700.270.39155.7750.4940.39
Hex339B714301B279c3228
Octal63233161103033472346250
Binary110011100110111110001100001101101110011110011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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