#358F61

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

Shades of Eucalyptus #358F61

Tints of Eucalyptus #358F61

Color information

#358F61 (or 0x358F61) is unknown color: approx Eucalyptus. HEX triplet: 35, 8F and 61. RGB value is (53,143,97). Sum of RGB (Red+Green+Blue) = 53+143+97=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #358F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F61 is #CA709E. Grayscale: #6E6E6E. Windows color (decimal): -13267103 or 6393653. OLE color: 6393653.

HSL color Cylindrical-coordinate representation of color #358F61: hue angle of 149.33º 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 #358F61 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB5314397-
CMYK0.6300.320.44
HSL149.33º45.92%38.43%-
HSV(B)149.33º62.94%56.08%-
XYZ13.4521.2614.7-
YUV110.85120.1886.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 143 (56.25% from 255) = 48.81%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=18.09%
G=48.81%
B=33.11%

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
Decimal53143970.6300.320.44149.3345.9238.43
Hex358F613F0202C952e26
Octal6521714177040542255646
Binary110101100011111100001111111010000010110010010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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