#339369

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

Shades of Eucalyptus #339369

Tints of Eucalyptus #339369

Color information

#339369 (or 0x339369) is unknown color: approx Eucalyptus. HEX triplet: 33, 93 and 69. RGB value is (51,147,105). Sum of RGB (Red+Green+Blue) = 51+147+105=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #339369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339369 is #CC6C96. Grayscale: #717171. Windows color (decimal): -13397143 or 6918963. OLE color: 6918963.

HSL color Cylindrical-coordinate representation of color #339369: hue angle of 153.75º 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 #339369 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB51147105-
CMYK0.6500.290.42
HSL153.75º48.48%38.82%-
HSV(B)153.75º65.31%57.65%-
XYZ14.3522.5916.97-
YUV113.51123.283.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 147 (57.81% from 255) = 48.51%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=16.83%
G=48.51%
B=34.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471050.6500.290.42153.7548.4838.82
Hex3393694101D2A9a3027
Octal63223151101035522326047
Binary110011100100111101001100000101110110101010011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339369; }

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

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

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

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

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

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

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

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