#359359

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

Shades of Eucalyptus #359359

Tints of Eucalyptus #359359

Color information

#359359 (or 0x359359) is unknown color: approx Eucalyptus. HEX triplet: 35, 93 and 59. RGB value is (53,147,89). Sum of RGB (Red+Green+Blue) = 53+147+89=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #359359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359359 is #CA6CA6. Grayscale: #707070. Windows color (decimal): -13266087 or 5870389. OLE color: 5870389.

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

Color convert

RGB5314789-
CMYK0.6400.390.42
HSL142.98º47%39.22%-
HSV(B)142.98º63.95%57.65%-
XYZ13.7122.3513.04-
YUV112.28114.8685.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=18.34%
G=50.87%
B=30.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53147890.6400.390.42142.984739.22
Hex359359400272A8f2f27
Octal65223131100047522175747
Binary1101011001001110110011000000010011110101010001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359359; }

 p { color: rgb(53,147,89); }

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

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

 a { background-color: rgb(53,147,89); }

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

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

 span { border-color: rgb(53,147,89); }

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