#359A5D

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

Shades of Eucalyptus #359A5D

Tints of Eucalyptus #359A5D

Color information

#359A5D (or 0x359A5D) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 5D. RGB value is (53,154,93). Sum of RGB (Red+Green+Blue) = 53+154+93=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #359A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A5D is #CA65A2. Grayscale: #747474. Windows color (decimal): -13264291 or 6134325. OLE color: 6134325.

HSL color Cylindrical-coordinate representation of color #359A5D: hue angle of 143.76º 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 #359A5D is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB5315493-
CMYK0.6600.400.40
HSL143.76º48.79%40.59%-
HSV(B)143.76º65.58%60.39%-
XYZ1524.6614.32-
YUV116.85114.5482.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 154 (60.55% from 255) = 51.33%
BLUE value IS 93 (36.72% from 255) = 31%
R=17.67%
G=51.33%
B=31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53154930.6600.400.40143.7648.7940.59
Hex359A5D4202828903129
Octal65232135102050502206151
Binary1101011001101010111011000010010100010100010010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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