#358B65

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

Shades of Eucalyptus #358B65

Tints of Eucalyptus #358B65

Color information

#358B65 (or 0x358B65) is unknown color: approx Eucalyptus. HEX triplet: 35, 8B and 65. RGB value is (53,139,101). Sum of RGB (Red+Green+Blue) = 53+139+101=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #358B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B65 is #CA749A. Grayscale: #6D6D6D. Windows color (decimal): -13268123 or 6654773. OLE color: 6654773.

HSL color Cylindrical-coordinate representation of color #358B65: hue angle of 153.49º 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 #358B65 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB53139101-
CMYK0.6200.270.45
HSL153.49º44.79%37.65%-
HSV(B)153.49º61.87%54.51%-
XYZ13.0520.1615.52-
YUV108.95123.5188.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 139 (54.69% from 255) = 47.44%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=18.09%
G=47.44%
B=34.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal531391010.6200.270.45153.4944.7937.65
Hex358B653E01B2D992d26
Octal6521314576033552315546
Binary11010110001011110010111111001101110110110011001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,139,101); }

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

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

 a { background-color: rgb(53,139,101); }

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

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

 span { border-color: rgb(53,139,101); }

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