#358E60

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

Shades of Eucalyptus #358E60

Tints of Eucalyptus #358E60

Color information

#358E60 (or 0x358E60) is unknown color: approx Eucalyptus. HEX triplet: 35, 8E and 60. RGB value is (53,142,96). Sum of RGB (Red+Green+Blue) = 53+142+96=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #358E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E60 is #CA719F. Grayscale: #6E6E6E. Windows color (decimal): -13267360 or 6327861. OLE color: 6327861.

HSL color Cylindrical-coordinate representation of color #358E60: hue angle of 148.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E60 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB5314296-
CMYK0.6300.320.44
HSL148.99º45.64%38.24%-
HSV(B)148.99º62.68%55.69%-
XYZ13.2520.9514.41-
YUV110.14120.0187.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 142 (55.86% from 255) = 48.80%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=18.21%
G=48.80%
B=32.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53142960.6300.320.44148.9945.6438.24
Hex358E603F0202C952e26
Octal6521614077040542255646
Binary110101100011101100000111111010000010110010010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358E60; }

 p { color: rgb(53,142,96); }

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

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

 a { background-color: rgb(53,142,96); }

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

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

 span { border-color: rgb(53,142,96); }

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