#359F5B

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

Shades of Eucalyptus #359F5B

Tints of Eucalyptus #359F5B

Color information

#359F5B (or 0x359F5B) is unknown color: approx Eucalyptus. HEX triplet: 35, 9F and 5B. RGB value is (53,159,91). Sum of RGB (Red+Green+Blue) = 53+159+91=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #359F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F5B is #CA60A4. Grayscale: #777777. Windows color (decimal): -13263013 or 6004533. OLE color: 6004533.

HSL color Cylindrical-coordinate representation of color #359F5B: hue angle of 141.51º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F5B is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB5315991-
CMYK0.6700.430.38
HSL141.51º50%41.57%-
HSV(B)141.51º66.67%62.35%-
XYZ15.7526.3114.15-
YUV119.55111.8880.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 159 (62.5% from 255) = 52.48%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=17.49%
G=52.48%
B=30.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159910.6700.430.38141.515041.57
Hex359F5B4302B268e322a
Octal65237133103053462166252
Binary1101011001111110110111000011010101110011010001110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,159,91); }

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

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

 a { background-color: rgb(53,159,91); }

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

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

 span { border-color: rgb(53,159,91); }

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