#339260

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

Shades of Eucalyptus #339260

Tints of Eucalyptus #339260

Color information

#339260 (or 0x339260) is unknown color: approx Eucalyptus. HEX triplet: 33, 92 and 60. RGB value is (51,146,96). Sum of RGB (Red+Green+Blue) = 51+146+96=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #339260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339260 is #CC6D9F. Grayscale: #707070. Windows color (decimal): -13397408 or 6328883. OLE color: 6328883.

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

Color convert

RGB5114696-
CMYK0.6500.340.43
HSL148.42º48.22%38.63%-
HSV(B)148.42º65.07%57.25%-
XYZ13.7622.1114.61-
YUV111.9119.0384.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=17.41%
G=49.83%
B=32.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51146960.6500.340.43148.4248.2238.63
Hex339260410222B943027
Octal63222140101042532246047
Binary1100111001001011000001000001010001010101110010100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339260; }

 p { color: rgb(51,146,96); }

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

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

 a { background-color: rgb(51,146,96); }

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

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

 span { border-color: rgb(51,146,96); }

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