#359B5E

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

Shades of Eucalyptus #359B5E

Tints of Eucalyptus #359B5E

Color information

#359B5E (or 0x359B5E) is unknown color: approx Eucalyptus. HEX triplet: 35, 9B and 5E. RGB value is (53,155,94). Sum of RGB (Red+Green+Blue) = 53+155+94=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #359B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B5E is #CA64A1. Grayscale: #757575. Windows color (decimal): -13264034 or 6200117. OLE color: 6200117.

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

Color convert

RGB5315594-
CMYK0.6600.390.39
HSL144.12º49.04%40.78%-
HSV(B)144.12º65.81%60.78%-
XYZ15.2125.0114.62-
YUV117.55114.7181.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=17.55%
G=51.32%
B=31.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53155940.6600.390.39144.1249.0440.78
Hex359B5E4202727903129
Octal65233136102047472206151
Binary1101011001101110111101000010010011110011110010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359B5E; }

 p { color: rgb(53,155,94); }

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

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

 a { background-color: rgb(53,155,94); }

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

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

 span { border-color: rgb(53,155,94); }

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