#359F5E

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

Shades of Eucalyptus #359F5E

Tints of Eucalyptus #359F5E

Color information

#359F5E (or 0x359F5E) is unknown color: approx Eucalyptus. HEX triplet: 35, 9F and 5E. RGB value is (53,159,94). Sum of RGB (Red+Green+Blue) = 53+159+94=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #359F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F5E is #CA60A1. Grayscale: #787878. Windows color (decimal): -13263010 or 6201141. OLE color: 6201141.

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

Color convert

RGB5315994-
CMYK0.6700.410.38
HSL143.21º50%41.57%-
HSV(B)143.21º66.67%62.35%-
XYZ15.8926.3614.84-
YUV119.9113.3880.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=17.32%
G=51.96%
B=30.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159940.6700.410.38143.215041.57
Hex359F5E43029268f322a
Octal65237136103051462176252
Binary1101011001111110111101000011010100110011010001111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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