#339B6A

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

Shades of Eucalyptus #339B6A

Tints of Eucalyptus #339B6A

Color information

#339B6A (or 0x339B6A) is unknown color: approx Eucalyptus. HEX triplet: 33, 9B and 6A. RGB value is (51,155,106). Sum of RGB (Red+Green+Blue) = 51+155+106=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #339B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B6A is #CC6495. Grayscale: #767676. Windows color (decimal): -13395094 or 6986547. OLE color: 6986547.

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

Color convert

RGB51155106-
CMYK0.6700.320.39
HSL151.73º50.49%40.39%-
HSV(B)151.73º67.1%60.78%-
XYZ15.6925.1917.67-
YUV118.32121.0479.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=16.35%
G=49.68%
B=33.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551060.6700.320.39151.7350.4940.39
Hex339B6A4302027983228
Octal63233152103040472306250
Binary1100111001101111010101000011010000010011110011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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