#339669

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

Shades of Eucalyptus #339669

Tints of Eucalyptus #339669

Color information

#339669 (or 0x339669) is unknown color: approx Eucalyptus. HEX triplet: 33, 96 and 69. RGB value is (51,150,105). Sum of RGB (Red+Green+Blue) = 51+150+105=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #339669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339669 is #CC6996. Grayscale: #737373. Windows color (decimal): -13396375 or 6919731. OLE color: 6919731.

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

Color convert

RGB51150105-
CMYK0.6600.300.41
HSL152.73º49.25%39.41%-
HSV(B)152.73º66%58.82%-
XYZ14.8223.5417.13-
YUV115.27122.282.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=16.67%
G=49.02%
B=34.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal511501050.6600.300.41152.7349.2539.41
Hex3396694201E29993127
Octal63226151102036512316147
Binary110011100101101101001100001001111010100110011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339669; }

 p { color: rgb(51,150,105); }

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

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

 a { background-color: rgb(51,150,105); }

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

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

 span { border-color: rgb(51,150,105); }

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