#359F5D

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

Shades of Eucalyptus #359F5D

Tints of Eucalyptus #359F5D

Color information

#359F5D (or 0x359F5D) is unknown color: approx Eucalyptus. HEX triplet: 35, 9F and 5D. RGB value is (53,159,93). Sum of RGB (Red+Green+Blue) = 53+159+93=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #359F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F5D is #CA60A2. Grayscale: #777777. Windows color (decimal): -13263011 or 6135605. OLE color: 6135605.

HSL color Cylindrical-coordinate representation of color #359F5D: hue angle of 142.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F5D is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB5315993-
CMYK0.6700.420.38
HSL142.64º50%41.57%-
HSV(B)142.64º66.67%62.35%-
XYZ15.8426.3414.61-
YUV119.78112.8880.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 159 (62.5% from 255) = 52.13%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=17.38%
G=52.13%
B=30.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159930.6700.420.38142.645041.57
Hex359F5D4302A268f322a
Octal65237135103052462176252
Binary1101011001111110111011000011010101010011010001111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,159,93); }

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

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

 a { background-color: rgb(53,159,93); }

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

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

 span { border-color: rgb(53,159,93); }

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