#358D61

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

Shades of Eucalyptus #358D61

Tints of Eucalyptus #358D61

Color information

#358D61 (or 0x358D61) is unknown color: approx Eucalyptus. HEX triplet: 35, 8D and 61. RGB value is (53,141,97). Sum of RGB (Red+Green+Blue) = 53+141+97=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #358D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D61 is #CA729E. Grayscale: #6D6D6D. Windows color (decimal): -13267615 or 6393141. OLE color: 6393141.

HSL color Cylindrical-coordinate representation of color #358D61: hue angle of 150º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D61 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB5314197-
CMYK0.6200.310.45
HSL150º45.36%38.04%-
HSV(B)150º62.41%55.29%-
XYZ13.1520.6714.61-
YUV109.67120.8587.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 141 (55.47% from 255) = 48.45%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=18.21%
G=48.45%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141970.6200.310.4515045.3638.04
Hex358D613E01F2D962d26
Octal6521514176037552265546
Binary11010110001101110000111111001111110110110010110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,97); }

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

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

 a { background-color: rgb(53,141,97); }

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

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

 span { border-color: rgb(53,141,97); }

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