#359958

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

Shades of Eucalyptus #359958

Tints of Eucalyptus #359958

Color information

#359958 (or 0x359958) is unknown color: approx Eucalyptus. HEX triplet: 35, 99 and 58. RGB value is (53,153,88). Sum of RGB (Red+Green+Blue) = 53+153+88=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #359958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359958 is #CA66A7. Grayscale: #737373. Windows color (decimal): -13264552 or 5806389. OLE color: 5806389.

HSL color Cylindrical-coordinate representation of color #359958: hue angle of 141º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359958 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB5315388-
CMYK0.6500.420.4
HSL141º48.54%40.39%-
HSV(B)141º65.36%60%-
XYZ14.6224.2413.14-
YUV115.69112.3783.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 153 (60.16% from 255) = 52.04%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=18.03%
G=52.04%
B=29.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal53153880.6500.420.414148.5440.39
Hex3599584102A288d3128
Octal65231130101052502156150
Binary1101011001100110110001000001010101010100010001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359958; }

 p { color: rgb(53,153,88); }

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

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

 a { background-color: rgb(53,153,88); }

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

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

 span { border-color: rgb(53,153,88); }

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