#339164

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

Shades of Eucalyptus #339164

Tints of Eucalyptus #339164

Color information

#339164 (or 0x339164) is unknown color: approx Eucalyptus. HEX triplet: 33, 91 and 64. RGB value is (51,145,100). Sum of RGB (Red+Green+Blue) = 51+145+100=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #339164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339164 is #CC6E9B. Grayscale: #6F6F6F. Windows color (decimal): -13397660 or 6590771. OLE color: 6590771.

HSL color Cylindrical-coordinate representation of color #339164: hue angle of 151.28º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339164 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB51145100-
CMYK0.6500.310.43
HSL151.28º47.96%38.43%-
HSV(B)151.28º64.83%56.86%-
XYZ13.7921.8715.55-
YUV111.76121.3684.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.23%
GREEN value IS 145 (57.03% from 255) = 48.99%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=17.23%
G=48.99%
B=33.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511451000.6500.310.43151.2847.9638.43
Hex3391644101F2B973026
Octal63221144101037532276046
Binary110011100100011100100100000101111110101110010111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339164; }

 p { color: rgb(51,145,100); }

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

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

 a { background-color: rgb(51,145,100); }

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

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

 span { border-color: rgb(51,145,100); }

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