#359A5C

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

Shades of Eucalyptus #359A5C

Tints of Eucalyptus #359A5C

Color information

#359A5C (or 0x359A5C) is unknown color: approx Eucalyptus. HEX triplet: 35, 9A and 5C. RGB value is (53,154,92). Sum of RGB (Red+Green+Blue) = 53+154+92=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #359A5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A5C is #CA65A3. Grayscale: #747474. Windows color (decimal): -13264292 or 6068789. OLE color: 6068789.

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

Color convert

RGB5315492-
CMYK0.6600.400.40
HSL143.17º48.79%40.59%-
HSV(B)143.17º65.58%60.39%-
XYZ14.9624.6414.09-
YUV116.73114.0482.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 154 (60.55% from 255) = 51.51%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=17.73%
G=51.51%
B=30.77%

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
Decimal53154920.6600.400.40143.1748.7940.59
Hex359A5C42028288f3129
Octal65232134102050502176151
Binary1101011001101010111001000010010100010100010001111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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