#339465

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

Shades of Eucalyptus #339465

Tints of Eucalyptus #339465

Color information

#339465 (or 0x339465) is unknown color: approx Eucalyptus. HEX triplet: 33, 94 and 65. RGB value is (51,148,101). Sum of RGB (Red+Green+Blue) = 51+148+101=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #339465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339465 is #CC6B9A. Grayscale: #717171. Windows color (decimal): -13396891 or 6657075. OLE color: 6657075.

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

Color convert

RGB51148101-
CMYK0.6600.320.42
HSL150.93º48.74%39.02%-
HSV(B)150.93º65.54%58.04%-
XYZ14.322.8215.96-
YUV113.64120.8683.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=17%
G=49.33%
B=33.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481010.6600.320.42150.9348.7439.02
Hex339465420202A973127
Octal63224145102040522276147
Binary1100111001010011001011000010010000010101010010111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339465; }

 p { color: rgb(51,148,101); }

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

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

 a { background-color: rgb(51,148,101); }

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

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

 span { border-color: rgb(51,148,101); }

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