#359B62

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

Shades of Eucalyptus #359B62

Tints of Eucalyptus #359B62

Color information

#359B62 (or 0x359B62) is unknown color: approx Eucalyptus. HEX triplet: 35, 9B and 62. RGB value is (53,155,98). Sum of RGB (Red+Green+Blue) = 53+155+98=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #359B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B62 is #CA649D. Grayscale: #767676. Windows color (decimal): -13264030 or 6462261. OLE color: 6462261.

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

Color convert

RGB5315598-
CMYK0.6600.370.39
HSL146.47º49.04%40.78%-
HSV(B)146.47º65.81%60.78%-
XYZ15.3925.0815.59-
YUV118116.7181.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 155 (60.94% from 255) = 50.65%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=17.32%
G=50.65%
B=32.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53155980.6600.370.39146.4749.0440.78
Hex359B624202527923129
Octal65233142102045472226151
Binary1101011001101111000101000010010010110011110010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,155,98); }

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

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

 a { background-color: rgb(53,155,98); }

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

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

 span { border-color: rgb(53,155,98); }

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