#339C72

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

Shades of Eucalyptus #339C72

Tints of Eucalyptus #339C72

Color information

#339C72 (or 0x339C72) is unknown color: approx Eucalyptus. HEX triplet: 33, 9C and 72. RGB value is (51,156,114). Sum of RGB (Red+Green+Blue) = 51+156+114=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #339C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C72 is #CC638D. Grayscale: #777777. Windows color (decimal): -13394830 or 7511091. OLE color: 7511091.

HSL color Cylindrical-coordinate representation of color #339C72: hue angle of 156º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C72 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB51156114-
CMYK0.6700.270.39
HSL156º50.72%40.59%-
HSV(B)156º67.31%61.18%-
XYZ16.2925.720.02-
YUV119.82124.7178.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 156 (61.33% from 255) = 48.60%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=15.89%
G=48.60%
B=35.51%

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
Decimal511561140.6700.270.3915650.7240.59
Hex339C724301B279c3329
Octal63234162103033472346351
Binary110011100111001110010100001101101110011110011100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,156,114); }

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

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

 a { background-color: rgb(51,156,114); }

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

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

 span { border-color: rgb(51,156,114); }

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