#359C73

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

Shades of Eucalyptus #359C73

Tints of Eucalyptus #359C73

Color information

#359C73 (or 0x359C73) is unknown color: approx Eucalyptus. HEX triplet: 35, 9C and 73. RGB value is (53,156,115). Sum of RGB (Red+Green+Blue) = 53+156+115=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #359C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C73 is #CA638C. Grayscale: #787878. Windows color (decimal): -13263757 or 7576629. OLE color: 7576629.

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

Color convert

RGB53156115-
CMYK0.6600.260.39
HSL156.12º49.28%40.98%-
HSV(B)156.12º66.03%61.18%-
XYZ16.4525.7720.33-
YUV120.53124.8879.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=16.36%
G=48.15%
B=35.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531561150.6600.260.39156.1249.2840.98
Hex359C734201A279c3129
Octal65234163102032472346151
Binary110101100111001110011100001001101010011110011100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,115); }

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

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

 a { background-color: rgb(53,156,115); }

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

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

 span { border-color: rgb(53,156,115); }

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