#339D6A

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

Shades of Eucalyptus #339D6A

Tints of Eucalyptus #339D6A

Color information

#339D6A (or 0x339D6A) is unknown color: approx Eucalyptus. HEX triplet: 33, 9D and 6A. RGB value is (51,157,106). Sum of RGB (Red+Green+Blue) = 51+157+106=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #339D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D6A is #CC6295. Grayscale: #777777. Windows color (decimal): -13394582 or 6987059. OLE color: 6987059.

HSL color Cylindrical-coordinate representation of color #339D6A: hue angle of 151.13º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D6A is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB51157106-
CMYK0.6800.320.38
HSL151.13º50.96%40.78%-
HSV(B)151.13º67.52%61.57%-
XYZ16.0225.8617.78-
YUV119.49120.3879.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 157 (61.72% from 255) = 50%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=16.24%
G=50%
B=33.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571060.6800.320.38151.1350.9640.78
Hex339D6A4402026973329
Octal63235152104040462276351
Binary1100111001110111010101000100010000010011010010111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,157,106); }

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

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

 a { background-color: rgb(51,157,106); }

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

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

 span { border-color: rgb(51,157,106); }

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