#359F65

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

Shades of Eucalyptus #359F65

Tints of Eucalyptus #359F65

Color information

#359F65 (or 0x359F65) is unknown color: approx Eucalyptus. HEX triplet: 35, 9F and 65. RGB value is (53,159,101). Sum of RGB (Red+Green+Blue) = 53+159+101=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #359F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F65 is #CA609A. Grayscale: #787878. Windows color (decimal): -13263003 or 6659893. OLE color: 6659893.

HSL color Cylindrical-coordinate representation of color #359F65: hue angle of 147.17º 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 #359F65 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB53159101-
CMYK0.6700.360.38
HSL147.17º50%41.57%-
HSV(B)147.17º66.67%62.35%-
XYZ16.2226.4916.57-
YUV120.69116.8879.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 159 (62.5% from 255) = 50.80%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=16.93%
G=50.80%
B=32.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531591010.6700.360.38147.175041.57
Hex359F65430242693322a
Octal65237145103044462236252
Binary1101011001111111001011000011010010010011010010011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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