#339770

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

Shades of Eucalyptus #339770

Tints of Eucalyptus #339770

Color information

#339770 (or 0x339770) is unknown color: approx Eucalyptus. HEX triplet: 33, 97 and 70. RGB value is (51,151,112). Sum of RGB (Red+Green+Blue) = 51+151+112=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #339770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339770 is #CC688F. Grayscale: #747474. Windows color (decimal): -13396112 or 7378739. OLE color: 7378739.

HSL color Cylindrical-coordinate representation of color #339770: hue angle of 156.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339770 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB51151112-
CMYK0.6600.260.41
HSL156.6º49.5%39.61%-
HSV(B)156.6º66.23%59.22%-
XYZ15.3624.0119.15-
YUV116.65125.3781.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=16.24%
G=48.09%
B=35.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511511120.6600.260.41156.649.539.61
Hex3397704201A299d3228
Octal63227160102032512356250
Binary110011100101111110000100001001101010100110011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339770; }

 p { color: rgb(51,151,112); }

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

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

 a { background-color: rgb(51,151,112); }

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

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

 span { border-color: rgb(51,151,112); }

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