#359666

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

Shades of Eucalyptus #359666

Tints of Eucalyptus #359666

Color information

#359666 (or 0x359666) is unknown color: approx Eucalyptus. HEX triplet: 35, 96 and 66. RGB value is (53,150,102). Sum of RGB (Red+Green+Blue) = 53+150+102=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #359666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359666 is #CA6999. Grayscale: #737373. Windows color (decimal): -13265306 or 6723125. OLE color: 6723125.

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

Color convert

RGB53150102-
CMYK0.6500.320.41
HSL150.31º47.78%39.8%-
HSV(B)150.31º64.67%58.82%-
XYZ14.7723.5316.33-
YUV115.52120.3683.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=17.38%
G=49.18%
B=33.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531501020.6500.320.41150.3147.7839.8
Hex3596664102029963028
Octal65226146101040512266050
Binary1101011001011011001101000001010000010100110010110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359666; }

 p { color: rgb(53,150,102); }

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

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

 a { background-color: rgb(53,150,102); }

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

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

 span { border-color: rgb(53,150,102); }

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