#339364

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

Shades of Eucalyptus #339364

Tints of Eucalyptus #339364

Color information

#339364 (or 0x339364) is unknown color: approx Eucalyptus. HEX triplet: 33, 93 and 64. RGB value is (51,147,100). Sum of RGB (Red+Green+Blue) = 51+147+100=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #339364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339364 is #CC6C9B. Grayscale: #717171. Windows color (decimal): -13397148 or 6591283. OLE color: 6591283.

HSL color Cylindrical-coordinate representation of color #339364: hue angle of 150.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339364 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB51147100-
CMYK0.6500.320.42
HSL150.62º48.48%38.82%-
HSV(B)150.62º65.31%57.65%-
XYZ14.122.4915.65-
YUV112.94120.783.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 147 (57.81% from 255) = 49.33%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=17.11%
G=49.33%
B=33.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471000.6500.320.42150.6248.4838.82
Hex339364410202A973027
Octal63223144101040522276047
Binary1100111001001111001001000001010000010101010010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339364; }

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

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

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

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

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

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

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

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