#359A5E

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

Shades of Eucalyptus #359A5E

Tints of Eucalyptus #359A5E

Color information

#359A5E (or 0x359A5E) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 5E. RGB value is (53,154,94). Sum of RGB (Red+Green+Blue) = 53+154+94=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #359A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A5E is #CA65A1. Grayscale: #757575. Windows color (decimal): -13264290 or 6199861. OLE color: 6199861.

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

Color convert

RGB5315494-
CMYK0.6600.390.40
HSL144.36º48.79%40.59%-
HSV(B)144.36º65.58%60.39%-
XYZ15.0424.6814.56-
YUV116.96115.0482.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 154 (60.55% from 255) = 51.16%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=17.61%
G=51.16%
B=31.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154940.6600.390.40144.3648.7940.59
Hex359A5E4202728903129
Octal65232136102047502206151
Binary1101011001101010111101000010010011110100010010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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